ParamFinder is a tool designed to automate the generation of BurpSuite-ready requests, particularly useful for tools like SQLMap.
ParamFinder searches for forms in websites, automatically fills them with test credentials, and generates requests suitable for use with tools like BurpSuite and SQLMap.
-
Clone the repository:
git clone https://github.com/pentestfunctions/paramfinder.git
-
Navigate to the cloned directory and run
paramfinder.py
. -
Follow the on-screen instructions to enter the subdomains you wish to process.
The full Python script can be found at: https://github.com/pentestfunctions/paramfinder/paramfinder.py
Enjoy efficient and automated parameter finding for your penetration testing needs! 🚀