/dummyfuzzer

PoC fuzzer in python written for fun and practice. Will be transformed into genetic fuzzer.

Primary LanguagePythonMIT LicenseMIT

Dummy fuzzer

First, lets answer the most important question of this repo: Why?! becouse I can :)

I was inspired by GynvaelColdwind's stream: Click to view covering stream on YT

The main reason of writting this code is fun and practice. If you need really good and convinient fuzzer go for AFL

Usage

To run fuzzer, create sample files (they should be valid sample files, processed by fuzzed binary).

Help:

To display help, simply run: python main.py -h

Fuzzing:

python main.py -b file.bin -f sample

TODO

  • argument parsing
  • parsing config file
  • tbd.