-
Notifications
You must be signed in to change notification settings - Fork 0
Simple fuzzer for educational purposes.
License
jcrussell/fuzzer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
fuzzer ====== A simple fuzzer for educational purposes. Usage ----- mutate.py TEMPLATE PROGRAM This fuzzer will mutate TEMPLATE and run PROGRAM on the mutations. The only mutation that's currently available replaces bytes in the input with random bytes based on a probability. Run "mutate.py -h" for more usage info. Improvements ------------ * Add a mode that increments/decrements bytes instead of replacing with random a value. * Add ASCII-only mode for programs with ASCII inputs. License ------- Code is available under the MIT license, see LICENSE for details.
About
Simple fuzzer for educational purposes.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published