Wfuzz 2.3.3 - The Web fuzzer
Version 1.4d to 2.3.3 developed by:
Xavier Mendez ([email protected])
Version up to 1.4c developed by:
Christian Martorella ([email protected])
Carlos del ojo ([email protected])
Changelog 2.3.3:
Changes:
- Improve abstraction between FuzzRequest and the underneath HTTP library
- Tests cases for setting FuzzRequest GET/POST parameters
- Tests cases for FuzzRequest cache keys
- FuzzRequest internal Cache differentiates from GET and POST parameters
- Added issue template (thanks to @Prinzhorn)
- Deploy to pypi using Travis CI
Bugs fixed:
- Seting postdata to an empty string (thanks to @Prinzhorn)
- Seting postdata using a dictionary with an integer value
- Addressed documentation pyparsing link (thanks to @Prinzhorn)
- Addressed incorrect documentation XSS example