dnsrecon
Enumerate DNS records, attempt zone transfers, brute-force subdomains, and run reverse lookups to map a domain's DNS footprint and reveal associated IPs and hostnames.
Instructions
DNS enumeration tool — performs zone transfers, brute-force subdomain discovery, reverse lookups, and DNS record enumeration (A, AAAA, MX, NS, SOA, TXT, SRV). Use when you have a domain and need to map its DNS footprint. For passive subdomain discovery across many sources, prefer subfinder. Output: DNS records organized by type with associated IPs and hostnames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | DNS record types to enumerate (default: '-t std'). Use '-t axfr' for zone transfer attempt. | |
| domain | Yes | Target domain (e.g. example.com) |