fuzzer icon indicating copy to clipboard operation
fuzzer copied to clipboard

documentation

Open zardus opened this issue 8 years ago • 6 comments

This is actually a really useful standalone tool. We should get some docs.

zardus avatar Aug 21 '16 05:08 zardus

To start, what's AFL besides Australian Football League?

guaka avatar Aug 21 '16 13:08 guaka

american fuzzy lop

On Sun, Aug 21, 2016 at 9:59 AM, Kasper Souren [email protected] wrote:

To start, what's AFL besides Australian Football League?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shellphish/fuzzer/issues/1#issuecomment-241259245, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKAfgImGX9DjDLfmhxZNqrCm-Swwym1ks5qiFnCgaJpZM4JpOkd .

ivanistheone avatar Aug 21 '16 14:08 ivanistheone

Another question that docs should answer (besides usage): What's the difference to python-afl?

  • http://jwilk.net/software/python-afl
  • https://bitbucket.org/jwilk/python-afl/

sebix avatar Aug 21 '16 14:08 sebix

All this should probably go into a README.md (PRs welcome!), but:

  • AFL is American Fuzzy Lop (http://lcamtuf.coredump.cx/afl/). It is a code coverage-based fuzzer developed by lcamtuf, and is probably the best fuzzer out there today. It was used as the basis for the bug finding of at least 5 of the Cyber Reasoning Systems in the CGC.
  • python-afl is a way to fuzz Python code and look for errors. This module, instead, is a Python "API" wrapper for AFL, to analyze binaries.

zardus avatar Aug 21 '16 19:08 zardus

Hello: I'd like to pitch in for doc help. To start, what are you looking for in doc help?

radhikasundararaman24 avatar Mar 29 '18 14:03 radhikasundararaman24

yes documentation will be really helpful.

for example in afl-fuzz we have -o for output directory .. What is the equivalent switch for output directory in shellphuzz ??

svbar avatar Feb 05 '19 17:02 svbar