diff options
author | vanhauser-thc <vh@thc.org> | 2021-10-04 08:19:42 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-10-04 08:19:42 +0200 |
commit | 46683d651656f1876f6d4aeb24807ed71fa91237 (patch) | |
tree | ed19ef6aab853e5a559ec945def0b302fe412db9 /docs/fuzzing_expert.md | |
parent | 8bde2bb13e4656c32e5d061bcd42a87b7c8b7bfa (diff) | |
download | afl++-46683d651656f1876f6d4aeb24807ed71fa91237.tar.gz |
update docs
Diffstat (limited to 'docs/fuzzing_expert.md')
-rw-r--r-- | docs/fuzzing_expert.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/fuzzing_expert.md b/docs/fuzzing_expert.md index 7695e21f..ca884159 100644 --- a/docs/fuzzing_expert.md +++ b/docs/fuzzing_expert.md @@ -540,6 +540,11 @@ To have only the summary use the `-s` switch e.g.: `afl-whatsup -s out/` If you have multiple servers then use the command after a sync, or you have to execute this script per server. +Another tool to inspect the current state and history of a specific instance +is afl-plot, which generates an index.html file and a graphs that show how +the fuzzing instance is performing. +The syntax is `afl-plot instance_dir web_dir`, e.g. `afl-plot out/default /srv/www/htdocs/plot` + #### e) Stopping fuzzing, restarting fuzzing, adding new seeds To stop an afl-fuzz run, simply press Control-C. @@ -620,4 +625,4 @@ This is basically all you need to know to professionally run fuzzing campaigns. If you want to know more, the tons of texts in [docs/](./) will have you covered. Note that there are also a lot of tools out there that help fuzzing with AFL++ -(some might be deprecated or unsupported), see [links_tools.md](links_tools.md). \ No newline at end of file +(some might be deprecated or unsupported), see [links_tools.md](links_tools.md). |