DNSenum – Domain Information Gathering Tool
The first stage of penetration testing is usually passive information gathering and enumeration (active information gathering). This is where tools like dnsenum come in, the purpose of DNSenum is to gather as much information as possible about a domain.
The program currently performs the following operations:
- Get the host’s addresse (A record).
- Get the namservers (threaded).
- Get the MX record (threaded).
- Perform axfr queries on nameservers (threaded).
- Get extra names and subdomains via google scraping (google query = “allinurl: -www site:domain”).
- Brute force subdomains from file, can also perform recursion on subdomain that have NS records (all threaded).
- Calculate C class domain network ranges and perform whois queries on them (threaded).
- Perform reverse lookups on netranges ( C class or/and whois netranges) (threaded).
- Write to domain_ips.txt file ip-blocks.
The output file domain_ips.txt will contain non-contiguous IP blocks:
127.0.0.1/32
127.0.0.8/31
You can download DNSenum v1.2 here:
Or you can read more here.
Recent in Hacking Tools:
- Web-Sorrow v1.48 – Version Detection, CMS Identification, Enumeration & Server Scanning Tool
- CrowdRE – Crowdsourced Reverse Engineering Service From CrowdStrike
- XMPPloit – A Tool to Attack XMPP Connections
Related Posts:
- Complemento v0.4b – LetDown TCP Flooder, ReverseRaider Subdomain Scanner & Httsquash HTTP Server Scanner Tool
- dnsmap 0.22 Released – Subdomain Bruteforcing Tool
- Complemento v0.6 – LetDown TCP Flooder, ReverseRaider Subdomain Scanner & Httsquash HTTP Server Scanner Tool
Most Read in Hacking Tools:
- Top 15 Security/Hacking Tools & Utilities - 1,794,768 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 992,566 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 587,691 views


Posted in:


Where do i get the Net::IP modules for windows installations , as i have to use windows box at work , thanks .
This is all good and well, but isn’t it better to learn how to do this manually. A little nslookup/dig ping -a and http://www.onsamehost.com
and some google hacking and you are done, and much richer for the experience.
@Changlinn
Even pen testers get lazy, we also like the get as much info possible by using as little as tools possible.
But I guess most of us already have written a script to get these details.
Yah I was gonna say why not look at it the other way? I know exactly how to do it and all the steps…why not use a tool that can automate it. It’s like saying don’t use Nessus or any VA scanner…manually test each machine on the network, each open port and each service. Hell why use nmap or any port scanner? Just manually craft the packets to send to each port with hping and listen for the results with wireshark.
@Glenn use it in a vm, then you wil have the linux net::ip modules