Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 676 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 676 Bytes

ParamHunter

logo

  • 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

Usage

Packages

  • python==3.7.2
  • requests
  • bs4
  • lxml
  • random
  • time
  • sys
  • re

Next Updates

  • Add the Cookie Value to access Endpoints that required Authentication
  • Delay Requests

Note

  • Tested on Windows Only