diff options
author | van Hauser <vh@thc.org> | 2022-09-10 10:06:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 10:06:20 +0200 |
commit | c06c297933f4014b130df5c19a0c10fa5405e120 (patch) | |
tree | a301d86461c4d6c764fd8354de9fc6c64986f826 /docs/fuzzing_in_depth.md | |
parent | 3e30b700dd6390f5ca77a222633123c390e99e29 (diff) | |
parent | ffad6f3f095fce0a6a570727fb97593873a64b26 (diff) | |
download | afl++-c06c297933f4014b130df5c19a0c10fa5405e120.tar.gz |
Merge pull request #1511 from tocic/fix/docs_typos
Fix typos in docs
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 92c9910b..a0bf1566 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -523,7 +523,7 @@ mode!) and switch the input directory with a dash (`-`): afl-fuzz -i - -o output -- bin/target -someopt @@ ``` -Adding a dictionary is helpful. You have to following options: +Adding a dictionary is helpful. You have the following options: * See the directory [dictionaries/](../dictionaries/), if something is already included for your @@ -672,7 +672,7 @@ The syncing process itself is very simple. As the `-M main-$HOSTNAME` instance syncs to all `-S` secondaries as well as to other fuzzers, you have to copy only this directory to the other machines. -Lets say all servers have the `-o out` directory in /target/foo/out, and you +Let's say all servers have the `-o out` directory in /target/foo/out, and you created a file `servers.txt` which contains the hostnames of all participating servers, plus you have an ssh key deployed to all of them, then run: |