What problem does it solve? Starting recon on a web target often yields incomplete asset inventories because standard subdomain wordlists miss documentation portals, API specs, and internal endpoints, leading to untested attack surface and false positives from SPA catch-all routes. ## Core Features & Use Cases - Full Asset Discovery Pipeline: Enumerate subdomains via subfinder, crt.sh, and DNS brute-forcing, then probe live hosts, crawl URLs, and fingerprint frameworks (Laravel, Next.js, Vercel, cPanel/WHM, Convex, Firebase). - JS Bundle and API Analysis: Extract hidden endpoints, Sentry route manifests, Auth0/OIDC configurations, and hardware specs from frontend bundles, plus test internal API prefixes like /internal/* for missing authentication. - False-Positive Elimination: Validate findings by content signature (e.g., .git/HEAD must contain 'ref: refs/') rather than HTTP status codes, with baseline comparison against random nonexistent paths. - Use Case: During a bug bounty engagement against a Next.js SaaS, use the pipeline to discover an unauthenticated /api/clients endpoint leaking thousands of PII records, then extract the data with adaptive rate-limit backoff and checkpoint saving. ## Quick Start Run full recon on target.com including subdomain enumeration, live host probing, JS bundle analysis, and a content-validated .git/.env exposure sweep.