From f618ea43477488f2de8086fd07e05d102ea40753 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sat, 20 Feb 2021 21:58:31 -0500 Subject: [PATCH] Update README.md --- fuzzing_resources/README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/fuzzing_resources/README.md b/fuzzing_resources/README.md index b47ea40..a0561f8 100644 --- a/fuzzing_resources/README.md +++ b/fuzzing_resources/README.md @@ -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.