From 33420a7818cb52da50e6532b1dd97d6eb9d71972 Mon Sep 17 00:00:00 2001 From: Chris McCoy Date: Tue, 19 Sep 2017 22:29:26 -0400 Subject: [PATCH] Add fuzzing resources links --- fuzzing_resources/README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 fuzzing_resources/README.md diff --git a/fuzzing_resources/README.md b/fuzzing_resources/README.md new file mode 100644 index 0000000..84eaf72 --- /dev/null +++ b/fuzzing_resources/README.md @@ -0,0 +1,27 @@ +# Fuzzing Resources + +## Awesome Fuzzing + +Awesome curated list of Fuzz-related topics maintained by +[@secfigo](https://twitter.com/secfigo). Includes tools, books, free and paid +courses, videos, and tutorials. + +* [Github Repo](https://github.com/secfigo/Awesome-Fuzzing) + +## Commercial Fuzzers + +* [Codenomicon Defensics](http://www.codenomicon.com) +* [Spirent CyberFlood](https://www.spirent.com/Products/CyberFlood) +* [Peach Fuzzer](https://www.peach.tech/) + +## Community-supported/Open Source Fuzzers + +* [Peach Fuzzer Community Edition](http://www.peach.tech/resources/peachcommunity/) +* [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/) +