From b9298c32037cf25ad864ade331bd9f8aea5d6257 Mon Sep 17 00:00:00 2001 From: ant4g0nist Date: Mon, 13 Mar 2023 10:55:27 +0000 Subject: [PATCH 1/2] Adds Grizzly, ManuFuzzer, Sloth frameworks --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7270eeb..7c4664d 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,11 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [grammarinator](https://github.com/renatahodovan/grammarinator) - Fuzzing tool for file formats based on ANTLR v4 grammars (lots of grammars already available from the ANTLR project). +[Sloth](https://github.com/ant4g0nist/sloth) - Sloth 🦥 is a coverage guided fuzzing framework for fuzzing Android Native libraries that makes use of libFuzzer and QEMU user-mode emulation. + +[ManuFuzzer](https://github.com/ant4g0nist/ManuFuzzer) - Binary code-coverage fuzzer for macOS, based on libFuzzer and LLVM. + + ### Network Protocol Fuzzers *Fuzzers which helps in fuzzing applications which use network based protocals like HTTP, SSH, SMTP etc.,* @@ -334,6 +339,9 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio ### Browser Fuzzing [BFuzz](https://github.com/RootUp/BFuzz) - An input based, browser fuzzing framework. +[Fuzzinator](https://github.com/renatahodovan/fuzzinator) - Fuzzinator Random Testing Framework +[Grizzly](https://github.com/MozillaSecurity/grizzly) - A cross-platform browser fuzzing framework + ### Misc *Other notable fuzzers like Kernel Fuzzers, general purpose fuzzer etc.,* From d80bd21ddd815e68ebe15904ad8e742901c23b45 Mon Sep 17 00:00:00 2001 From: ant4g0nist Date: Mon, 13 Mar 2023 10:59:26 +0000 Subject: [PATCH 2/2] Adds WebGL Fuzzer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c4664d..9db20dc 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,9 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio [Jazzer](https://github.com/CodeIntelligenceTesting/jazzer) - A coverage-guided, in-process fuzzer for the Java Virtual Machine based on libFuzzer. +[WebGL Fuzzer](https://github.com/ant4g0nist/webgl-fuzzer) - WebGL Fuzzer + + ### Taint Analysis *How user input affects the execution*