Backtrack 2 : Information Gathering –> All –> Dnsenum
A tool written in Perl to enumerate information on a domain. It uses the Net::DNS module.
The tool consists of 5 stages:
Lookup and return the nameservers of a domain
Try zonetransfers on these nameservers
Do a “bruteforce” style lookup on the domain with a dictionary
From 2) gather IP address information and return a list of class C networks
Do [...]
