subfinder
Map a domain's external attack surface by passively discovering its subdomains from certificate transparency, search engines, and DNS datasets without sending any direct queries.
Instructions
Passive subdomain discovery using multiple online sources (certificate transparency, search engines, DNS datasets). No direct DNS queries — completely passive and undetectable. Use for initial domain reconnaissance to map external attack surface. For active DNS brute-force and zone transfers, use dnsrecon. For deeper OSINT, use amass. Output: list of discovered subdomains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Additional subfinder options (e.g. '-all' for all sources, '-o output.txt') | |
| domain | Yes | Target domain (e.g. example.com). Do NOT include subdomains. |