American Fuzzy Lop, zzuf, and other fuzzing tools

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
Let me start by saying this is a compilation of various sources into a single archive. Why might someone enjoy this?

Googling around for sources on informative material on the subject of fuzzing can be a tedious process.

Keep in mind the use of this information is published for educational purposes only. Misuse of any contents are your responsibility - NOT the authors nor anyone within this forum - other than yourself.

Consider this a quick start into fuzzing but realize the importance of learning more about both high and low level languages, their differences and how they can be used together throughout PoC exploitation processes. For example you might track an issue through a fuzzer, back to analyzing stack traces then go craft a PoC in Python, PHP, or whatever language of choice.

VirusTotal: There is a single detection ( https://www.virustotal.com/gui/file...73c5fed0f90636805afbb9c56597b88cd83/detection ) and this is highly likely to be due to an example crash file within the tfp.1 directory - deeper, I believe.

Ubuntu docs on this: http://manpages.ubuntu.com/manpages/disco/man1/afl-fuzz.1.html
 

Attachments

  • Intro_to_fuzzing.zip
    8.6 MB · Views: 11
Last edited:
Top