From 8b9e7bfc433f4bf3fc685d6429b20450acb11a0b Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Mon, 8 Aug 2022 14:11:38 -0400 Subject: [PATCH] Updating fuzzing resources - Fixes #92 - adds additional fuzzers to the list --- fuzzing_resources/README.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/fuzzing_resources/README.md b/fuzzing_resources/README.md index acf9749..2fde5d4 100644 --- a/fuzzing_resources/README.md +++ b/fuzzing_resources/README.md @@ -1,20 +1,22 @@ # Fuzzing Resources ## Commercial Fuzzers -* [Codenomicon Defensics](http://www.codenomicon.com) -* [Spirent CyberFlood](https://www.spirent.com/Products/CyberFlood) -* [Peach Fuzzer](https://www.peach.tech) +- [Synopsis Defensics](https://www.synopsys.com/software-integrity/security-testing/fuzz-testing.html) +- [Code Intelligence](https://www.code-intelligence.com/) +- [Mayhem for Code](https://forallsecure.com/mayhem-for-code) +- [BeyondSecurity Fuzzer](https://www.beyondsecurity.com/solutions/bestorm-dynamic-application-security-testing) + ## Community-supported/Open Source Fuzzers -* [Peach Fuzzer Community Edition](http://www.peach.tech/resources/peachcommunity/) -* [Munity Fuzzer](https://github.com/Cisco-Talos/mutiny-fuzzer) -* [Sulley](https://github.com/OpenRCE/sulley) -* [Boofuzz](https://github.com/jtpereyda/boofuzz) -* [Radamsa](https://github.com/aoh/radamsa) -* [Zzuf](http://caca.zoy.org/wiki/zzuf) -* [OWASP Zed Attack Proxy Fuzz Add-on](https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsFuzzConcepts) -* [American Fuzzy Lop](http://lcamtuf.coredump.cx/afl/) -* [Honggfuzz](http://honggfuzz.com/) +- [GitLab Protocol Fuzzer Community Edition](https://gitlab.com/gitlab-org/security-products/protocol-fuzzer-ce) +- [Munity Fuzzer](https://github.com/Cisco-Talos/mutiny-fuzzer) +- [Sulley](https://github.com/OpenRCE/sulley) +- [Boofuzz](https://github.com/jtpereyda/boofuzz) +- [Radamsa](https://github.com/aoh/radamsa) +- [Zzuf](http://caca.zoy.org/wiki/zzuf) +- [OWASP Zed Attack Proxy Fuzz Add-on](https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsFuzzConcepts) +- [American Fuzzy Lop](http://lcamtuf.coredump.cx/afl/) +- [Honggfuzz](http://honggfuzz.com/) ## Free Tutorials - [Fuzzing with AFL - by Michael Macnair](https://www.youtube.com/watch?v=6YLz9IGAGLw&t=3752s)