ParamMiner is a Python tool for web parameter discovery. It extracts parameters from URLs, HTML content, and linked JavaScript files.
- URL, HTML & JS Parsing: Finds parameters in various web content.
- Aggressive Mode: Deeper HTML attribute analysis.
- Proxy Support: Route traffic through a proxy.
- Clone the repo
- cd into the project folder
- then
pip install -r requirements.txt
- Scan a target:
python3 main.py -t https://example.com
- Aggressive mode:
python3 main.py -t https://example.com -m -o params.txt
- There are plenty of useful options such as proxy support and etc ... read the manual please :)