What problem does it solve?
Web2 recon pipeline automates surface mapping for web targets by combining subdomain enumeration, live-host discovery, URL collection, JS analysis, and continuous monitoring to reduce manual effort and speed up vulnerability hunting.
Core Features & Use Cases
- Subdomain enumeration using subfinder, Chaos API, and assetfinder to build a comprehensive domain set.
- Live-host discovery with dnsx and httpx to validate reachable targets.
- URL crawling with katana, waybackurls, and gau to assemble an actionable URL map.
- Directory fuzzing with ffuf to uncover hidden endpoints.
- JS analysis using LinkFinder and SecretFinder to surface hidden endpoints and secrets.
- Continuous monitoring: new subdomain alerts, JS change detection, and GitHub commit watch for ongoing surface awareness.
Use Case: When starting reconnaissance on a new web-target, run the pipeline to generate a prioritized URL list for hunting.
Quick Start
Run the web2-recon pipeline against a target domain to generate a prioritized URL map for initial hunting.