py3webfuzz v0.1.8 releases: assist in fuzzing web applications
Py3webFuzz
Based on pywebfuzz, Py3webfuzz is a Python3 module to assist in the identification of vulnerabilities in web applications, Web Services through brute force, fuzzing, and analysis. The module does this by providing common testing values, generators, and other utilities that would be helpful when fuzzing web applications, API endpoints, and developing web exploits.
py3webfuzz has the fuzzdb and some other miscellaneous sources implemented in Python classes, methods, and functions for ease of use. fuzzdb project is just a collection of values for testing. The point is to provide a pretty good selection of values from fuzzdb project and some other sources, cleaned up and available through Python3 classes, methods, and namespaces. This makes it easier and handy when the time comes up to use these values in your own exploits and PoC.
The effort was made to match the names up similarly to the folders and values from the latest fuzzdb project. This effort can sometimes make for some ugly-looking namespaces. This balance was struck so that familiarity with the fuzzdb project would cross over into the Python code. The exceptions come in with the replacement of hyphens with underscores.
Changelog v0.1.8
- This release fixes bugs and adds enhancements in the util library
Install & Use
Copyright (C) 2020 Jonathan Angeles @ex0day