What problem does it solve?
Web2 reconnaissance can be time-consuming and error-prone due to the need to stitch together multiple tools for subdomain discovery, live host lookup, URL crawling, and JS analysis; this skill automates that workflow to surface the attack surface quickly.
Core Features & Use Cases
- Subdomain enumeration using subfinder, Chaos API, and assetfinder to reveal potential targets.
- Live host discovery with dnsx and httpx to determine reachable endpoints.
- URL crawling via katana, waybackurls, and gau to expand the surface with historical and current pages.
- Directory fuzzing with ffuf to identify hidden resources and endpoints.
- JS analysis with LinkFinder and SecretFinder to extract client-side secrets and endpoints.
- Continuous monitoring for new subdomains, JS changes, and GitHub commits to keep assets up to date.
Quick Start
Start the recon by pointing this skill at a target; it will generate a structured recon directory under recon/<target> containing subdomains, live hosts, URLs, and findings.