dns_zone_transfer
Check if a domain's nameserver allows AXFR zone transfers, revealing all DNS records and exposing a critical security misconfiguration.
Instructions
Attempt an AXFR (full zone transfer) against a domain's nameserver via TCP. If the nameserver allows zone transfers, all DNS records in the zone are returned. An open zone transfer is a critical security misconfiguration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to attempt zone transfer on (e.g. 'example.com') | |
| nameserver | No | Specific nameserver to target. If omitted, the domain's authoritative NS is used. |