Update README.md

This commit is contained in:
Omar Santos 2021-02-20 21:58:31 -05:00 committed by GitHub
parent 96bae6a8a2
commit f618ea4347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,11 @@
# 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/)
* [Munity Fuzzer](https://github.com/Cisco-Talos/mutiny-fuzzer)
* [Sulley](https://github.com/OpenRCE/sulley)
@ -26,3 +16,11 @@ courses, videos, and tutorials.
* [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.