"Fuzzing or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program." Fuzzing - OWASP
fuzzeREST is a hard fork of Hot-Fuzz.
$ make setup
Once your setup is done. You'll need to install fuzzeREST locally. Using a virtual environment is recommended.
$ pip install -e .
fuzzeREST is only maintained in Linux. Windows or macOS users are welcome to contribute.
Read tutorial.md for usage examples.