What problem does it solve? Starting recon on a new web target involves dozens of disconnected tools and manual steps, making it easy to miss subdomains, API endpoints, or exposed secrets before other hunters find them. ## Core Features & Use Cases - Full Recon Pipeline: Chains subfinder, Chaos API, assetfinder, dnsx, httpx, katana, waybackurls, gau, and nuclei into a single repeatable workflow from domain to prioritized URL list. - Attack Surface Triage: Classifies discovered URLs with gf patterns (XSS, SSRF, IDOR, SQLi, LFI, RCE) and greps for interesting parameters, API endpoints, and admin paths. - JS Analysis & Secret Scanning: Runs LinkFinder and SecretFinder against JavaScript bundles to extract hidden endpoints, API keys, and tokens. - Continuous Monitoring: Provides cron-ready scripts for new subdomain alerts and GitHub commit watching so you learn about changes before other hunters. - Use Case: Given a new bug bounty target domain, run the 30-minute recon protocol to produce subdomains.txt, live-hosts.txt, urls.txt, and a nuclei findings file, then score the target with the go/no-go rubric before committing time. ## Quick Start Ask the assistant to run the web2 recon pipeline against target.com and produce a prioritized list of live hosts and interesting endpoints.