dnsrecon_scan
Enumerate DNS records, test zone transfers, brute-force subdomains, and perform reverse lookups to identify misconfigurations and expand the attack surface.
Instructions
Perform DNS reconnaissance using DNSRecon.
Supports zone transfers, DNS brute-force, PTR lookups, and standard record enumeration.
Args: domain: Target domain to enumerate. scan_type: Scan type — std (standard records), brt (brute-force), axfr (zone transfer), rvl (reverse lookup), goo (Google enumeration). timeout: Override default timeout in seconds.
Returns: DNS records, zone transfer results, and raw output.
Note: - Zone transfer (axfr) may fail if target nameservers are properly configured. - Target must be in tengu.toml [targets].allowed_hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| timeout | No | ||
| scan_type | No | std |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||