Wfuzz 2.3 - The Web fuzzer
Version 1.4d to 2.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:
New features:
- Python 2 and 3 compatible
- Pep8 compliant
- Integrated travis CI and code coverage
- Unit and integration tests
- Updated docs
- Deflate encoding
Bugs fixed:
- Ability to send post data using any HTTP verb (thanks @navhaxs and @vingtsyl)
- Encode quote in html_escape encoder
- Fix minimum length in hexrange payload
- Avoid stale thread due to http_pool being created too early
- Changed order of imports in ipnet and iprange payloads
- _build_id using parent class variable in moduleman FileLoader and DirLoader
- Incorrect simple_filter return value in modulefilter
- PUT method hanged request