Skip to content

zuBux/pyfuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyfuzzer

A file-format fuzzer for Windows, utilising [pyZZUF] (https://github.com/nezlooy/pyZZUF) for input mutation and [WinAppDbg] (http://winappdbg.sourceforge.net/) for crash detection. It was created for demostrational purposes, for the second part of a tutorial on basic fuzzing concepts which was never completed.

Usage

pyfuzzer expects the following options:

  • -i : Input testcase folder
  • -t : Target filetype. Searches the input folder for a matching testcase
  • -p : Path of the target executable

Example :

python pyfuzzer.py -i C:\Users\user\testcases -t mp4 -p C:\Program Files\TargetPlayer\player.exe

About

Quick 'n' dirty file format fuzzer utilizing zzuf mutation techniques

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages