DNSenum – DNS Information Gathering
Overview
Dnsenum is an open-source DNS information gathering tool to find DNS information of a domain and discover non-contiguous IP blocks. Its main purpose is to gather as much information as possible about a domain. DNSenum is scripted in Perl that also supports multithreading to speed up the scans.
Its features are:
Get the host’s addresses (A record).
Get the name servers (threaded).
Get the MX record (threaded).
Perform axfr queries on nameservers and get BIND versions(threaded).
Get extra names and subdomains via google scraping (google query = “allinurl: -www site:domain”).
Brute force subdomains from a file. can also perform recursion on subdomains that have NS records (all threaded).
Calculate C class domain network ranges and perform whois querie...