Updating fuzzing resources

- Fixes #92 
- adds additional fuzzers to the list
This commit is contained in:
Omar Santos 2022-08-08 14:11:38 -04:00 committed by GitHub
parent adc36d454c
commit 8b9e7bfc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,22 @@
# Fuzzing Resources # Fuzzing Resources
## Commercial Fuzzers ## Commercial Fuzzers
* [Codenomicon Defensics](http://www.codenomicon.com) - [Synopsis Defensics](https://www.synopsys.com/software-integrity/security-testing/fuzz-testing.html)
* [Spirent CyberFlood](https://www.spirent.com/Products/CyberFlood) - [Code Intelligence](https://www.code-intelligence.com/)
* [Peach Fuzzer](https://www.peach.tech) - [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 ## Community-supported/Open Source Fuzzers
* [Peach Fuzzer Community Edition](http://www.peach.tech/resources/peachcommunity/) - [GitLab Protocol Fuzzer Community Edition](https://gitlab.com/gitlab-org/security-products/protocol-fuzzer-ce)
* [Munity Fuzzer](https://github.com/Cisco-Talos/mutiny-fuzzer) - [Munity Fuzzer](https://github.com/Cisco-Talos/mutiny-fuzzer)
* [Sulley](https://github.com/OpenRCE/sulley) - [Sulley](https://github.com/OpenRCE/sulley)
* [Boofuzz](https://github.com/jtpereyda/boofuzz) - [Boofuzz](https://github.com/jtpereyda/boofuzz)
* [Radamsa](https://github.com/aoh/radamsa) - [Radamsa](https://github.com/aoh/radamsa)
* [Zzuf](http://caca.zoy.org/wiki/zzuf) - [Zzuf](http://caca.zoy.org/wiki/zzuf)
* [OWASP Zed Attack Proxy Fuzz Add-on](https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsFuzzConcepts) - [OWASP Zed Attack Proxy Fuzz Add-on](https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsFuzzConcepts)
* [American Fuzzy Lop](http://lcamtuf.coredump.cx/afl/) - [American Fuzzy Lop](http://lcamtuf.coredump.cx/afl/)
* [Honggfuzz](http://honggfuzz.com/) - [Honggfuzz](http://honggfuzz.com/)
## Free Tutorials ## Free Tutorials
- [Fuzzing with AFL - by Michael Macnair](https://www.youtube.com/watch?v=6YLz9IGAGLw&t=3752s) - [Fuzzing with AFL - by Michael Macnair](https://www.youtube.com/watch?v=6YLz9IGAGLw&t=3752s)