What problem does it solve? Manually mapping a target organization's DNS infrastructure during an authorized penetration test is slow and error-prone, and misconfigurations like open zone transfers or leaked internal IPs are easy to miss without a systematic workflow. ## Core Features & Use Cases - DNS Record Enumeration: Queries A, AAAA, MX, NS, TXT, SOA, SRV, and CAA records using dig, dnsrecon, and dnspython to map the target's DNS infrastructure. - Zone Transfer Testing: Attempts AXFR/IXFR transfers against each authoritative nameserver to detect servers that leak the entire zone file. - Subdomain Discovery: Combines passive sources (subfinder, amass, certificate transparency) with active brute-forcing (gobuster, wordlists) and reverse DNS sweeps. - Email Security Audit: Checks SPF, DKIM, and DMARC records to identify spoofing risks and weak policies. - Use Case: During an authorized external assessment, a consultant runs the workflow against example.com, discovers that ns2 allows zone transfers exposing 347 records, finds 15 subdomains leaking RFC1918 internal addresses, and reports an exposed staging environment. ## Quick Start Ask the agent to run DNS enumeration and zone transfer checks against an authorized target domain such as example.com and produce a findings report.