From 58b97f0c31766cc6279e229f2ba15a3ec7f036f3 Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Wed, 8 Feb 2023 16:08:51 -0700 Subject: [PATCH] AFL++ Signed-off-by: xn0px90 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef22af..fdb3ae7 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ Contributions *very welcome* but first see [Contributing](#contributing). ## Exploitation Tools -- [American Fuzzy Lop](https://github.com/google/AFL) - Fuzzing is one of the most powerful and proven strategies for identifying security issues in real-world software +- [AFL++](https://github.com/AFLplusplus/AFLplusplus) - AFL++ is a superior fork to Google's AFL - more speed, more and better mutations, more and better instrumentation, custom module support, etc. - [Awesome-Fuzzing](https://github.com/cpuu/awesome-fuzzing) - A curated list of references to awesome Fuzzing for security testing. Additionally there is a collection of freely available academic papers, tools and so on. - [Bonzai](https://github.com/rwxrob/bonzai) - It's like a modular, multicall BusyBox builder for Go with built in completion and embedded documentation support. - [CodeQL](https://codeql.github.com/) - Discover vulnerabilities across a codebase with CodeQL.