Fuzzinator Random Testing Framework
Project description
Random Testing Framework
Fuzzinator is a fuzzing framework that helps you to automate tasks usually needed during a fuzz session:
run your favorite test generator and feed the test cases to the system-under-test,
catch and save the unique issues,
reduce the failing test cases,
ease the reporting of issues in bug trackers (e.g., Bugzilla or GitHub),
regularly update SUTs if needed, and
schedule multiple SUTs and generators without overloading your workstation.
All the above features are fully customizable either by writing a simple config file or by implementing Python snippets to cover special needs. Check out some slides about Fuzzinator for a general overview, or see the Tutorial for a detailed walk-through on the config files.
To help tracking the progress of the fuzzing, Fuzzinator provides two interfaces:
an interactive TUI (supported on Linux and Mac OS X) that gives a continuously updated overview about the currently running tasks, statistics about the efficacy of the test generators, and the found issues (and also supports reporting them); and
a dump-mode (supported on every platform) that displays the news on line-based consoles.
Although Fuzzinator itself doesn’t come with test generators (except for an example random character sequence generator), you can find a list of useful generators in the wiki.
Requirements
Install
The quick way:
pip install fuzzinator
Alternatively, by cloning the project and running setuptools:
python setup.py install
Usage
A common form of Fuzzinator’s usage:
fuzzinator --tui -U <path/to/the/config.ini>
Compatibility
Fuzzinator was tested on:
Linux (Ubuntu 14.04 / 15.10 / 16.04)
Mac OS X (OS X El Capitan - 10.11).
Acknowledgements
The authors are immensely grateful to Dr. Heinz Doofenshmirtz for the continuous inspiration.
Copyright and Licensing
Licensed under the BSD 3-Clause License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fuzzinator-18.3.tar.gz
.
File metadata
- Download URL: fuzzinator-18.3.tar.gz
- Upload date:
- Size: 53.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03287090969ad7da1ba8b6902cce69b7df691d85b9d8e2af3c4b5b4fb10f8b14 |
|
MD5 | 2eaa9e770651bd2aaa64e605a18bbee6 |
|
BLAKE2b-256 | 6f3a4e53f1956f139b9111d51fede0dcae269ba0e3d1a17b953dd6169698684b |