cyber-security-resources/fuzzing_resources/README.md
2021-02-20 21:58:31 -05:00

27 lines
1.7 KiB
Markdown

# Fuzzing Resources
## 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/)
* [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)
- [Attacking Antivirus Software's Kernel Driver](https://github.com/bee13oy/AV_Kernel_Vulns/tree/master/Zer0Con2017)
- [Fuzzing the Windows Kernel - OffensiveCon 2020](https://github.com/yoava333/presentations/blob/master/Fuzzing%20the%20Windows%20Kernel%20-%20OffensiveCon%202020.pdf)
- [Youtube Playlist of various fuzzing talks and presentations ](https://www.youtube.com/playlist?list=PLtPrYlwXDImiO_hzK7npBi4eKQQBgygLD)
- [DerbyCon 2016: Fuzzing basics...or how to break software](http://www.irongeek.com/i.php?page=videos/derbycon6/411-fuzzing-basicshow-to-break-software-grid-aka-scott-m)
- [TALOS Munity Fuzzer Tutorial](https://www.youtube.com/watch?v=FZyR6MgJCUs)
- [A curated list of Fuzz-related topics](https://github.com/secfigo/Awesome-Fuzzing) maintained by [@secfigo](https://twitter.com/secfigo). Includes tools, books, free and paid courses, videos, and tutorials.