DNS Crawler is a lightweight, Python-based utility designed for efficient batch processing and assessment of internet domain names. It reads from a list of domains formatted as:
domain_name <tab> or ; optional_comment
and generates a detailed, Excel-compatible CSV report with columns including:
DOMAIN: Domain name
REG: Registrar
SOA, NS, MX, TXT, SPF, DMARC, MS, A, PTR: Common DNS records for comprehensive domain analysis
NOTE: Optional comments from the original input file
Whether you're managing multiple domains or auditing for cross-platform DNS consistency, DNS Crawler simplifies the process, offering a clear, structured output for easy review and reporting.