- ParamHunter is a HTTP Paramter Discovery tool & Web Directory Scraper Written with python3
- Automatically Randomize the "User-Agent" HTTP Header
- scrape HTML, JS Paramter in the Current page
- Scrape Lvl-1,Lvl-2 Web Directories
- python ParamHunter.py http://target.com
- python3 ParamHunter.py http://target.com
- python==3.7.2
- requests
- bs4
- lxml
- random
- time
- sys
- re
- Add the Cookie Value to access Endpoints that required Authentication
- Delay Requests
- Tested on Windows Only