What problem does it solve?
Discovering the full subdomain attack surface of a target domain is slow and incomplete when done manually, and active scanning generates detectable traffic. This Skill provides a structured methodology for passive subdomain enumeration with subfinder, aggregating 40+ data sources without touching the target.
Core Features & Use Cases
- Passive Multi-Source Enumeration: Aggregate results from Shodan, Censys, SecurityTrails, VirusTotal, crtsh, and other sources with optional API key configuration for deeper coverage.
- Pipeline Integration: Chain subfinder output directly into httpx for HTTP probing, naabu for port scanning, dnsx for DNS resolution, and nuclei for vulnerability scanning.
- Batch and Recursive Modes: Process domain lists from files, run recursive discovery, and export results as plain text or JSON.
- Use Case: During a pentest recon phase, run subfinder against a target domain, pipe live hosts through httpx, and feed the results into nuclei to identify critical vulnerabilities and subdomain takeover candidates in one command chain.
Quick Start
Ask the AI to enumerate all subdomains of a target domain using subfinder and check which ones are live over HTTP.