DNS Enumeration

DNS Enumeration is an important step to cartography the perimeter.

You can test for several DNS attacks (zone transfer, brute-force, etc) with the following command:

dnsenum <domain> -f /usr/share/wordlists/SecLists/Discovery/DNS/namelist.txt --dnsserver <dnsServer> > dnsenum.txt

Last updated