What problem does it solve?
DNS servers often leak entire zone data, internal hostnames, and Active Directory topology through misconfigurations that manual testing easily misses. This Skill provides a structured methodology to enumerate and verify DNS weaknesses so findings are confirmed with evidence rather than guesswork.
Core Features & Use Cases
- Zone Transfer (AXFR) Testing: Attempts full zone transfers with dig, fierce, and dnsrecon to dump every host record when allow-transfer is misconfigured.
- Enumeration & Fingerprinting: Extracts version banners via version.bind CHAOS queries, runs nmap dns-* NSE scripts, and brute-forces subdomains and reverse ranges.
- AD & Misconfiguration Discovery: Queries SRV records (_ldap, _kerberos, _gc) to locate domain controllers, checks open recursion via the ra flag, and audits DNSSEC/NSEC and CAA policies.
- Use Case: During an authorized internal pentest, run the AXFR checks against a client's DNS server at 10.0.0.5; if the transfer succeeds, you instantly map every internal hostname and IP for follow-on attacks.
Quick Start
Ask the AI to test the DNS server at a given IP address for zone transfer vulnerabilities, open recursion, and subdomain enumeration using this skill.