diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-09 17:08:23 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-09 17:08:23 +0100 |
commit | 5404eef7be55c774a04d2f0fe6466d06cbf2cede (patch) | |
tree | b3e5b2a2192d7e0bdaae7170297029cc88690373 | |
parent | 6fed7999579ca8aba2990e9f60de585e142e82c3 (diff) | |
download | afl++-5404eef7be55c774a04d2f0fe6466d06cbf2cede.tar.gz |
update docs
-rw-r--r-- | docs/third_party_tools.md | 4 | ||||
-rw-r--r-- | docs/tutorials.md | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/third_party_tools.md b/docs/third_party_tools.md index 02a40ce5..64a37c83 100644 --- a/docs/third_party_tools.md +++ b/docs/third_party_tools.md @@ -5,6 +5,10 @@ * [afl-rs](https://github.com/rust-fuzz/afl.rs) - AFL++ for RUST * [WASM](https://github.com/fgsect/WAFL) - AFL++ for WASM +## Starting multiple AFL++ instances in parallel with recommended settings: +* [https://github.com/0xricksanchez/AFL_Runner](https://github.com/0xricksanchez/AFL_Runner) +* [https://github.com/MegaManSec/AFLplusplus-Parallel-Gen](https://github.com/MegaManSec/AFLplusplus-Parallel-Gen) + ## Speeding up fuzzing * [libfiowrapper](https://github.com/marekzmyslowski/libfiowrapper) - if the diff --git a/docs/tutorials.md b/docs/tutorials.md index 0a09f6dc..f9378232 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -21,6 +21,9 @@ training, then we can highly recommend the following: * [https://github.com/antonio-morales/Fuzzing101](https://github.com/antonio-morales/Fuzzing101) +A good workflow overview (like our [fuzzing_in_depth.md](fuzzing_in_depth.md)): +* [https://appsec.guide/docs/fuzzing/c-cpp/aflpp/](https://appsec.guide/docs/fuzzing/c-cpp/aflpp/) + Here is a good workflow description (and tutorial) for qemu_mode: * [https://airbus-seclab.github.io/AFLplusplus-blogpost/](https://airbus-seclab.github.io/AFLplusplus-blogpost/) |