DNS Information gathering with BackTrack 5
Tools: dnsenum, dnsmap, dnswalk, fierce.
1) DNSENUM
Step 1- Open Terminal and go to this path via typing command
#/pentest/enumeration/dns/dnsenum
#./dnsenum.pl Target ( like google.com)
2) DNSRECON
Step – 1 Step 1- Open Terminal and go to this path via typing command
#/pentest/enumeration/dns/dnsrecon
#./dnsrecon.py –d Target (like google.com) –t tld
3) DNSWALK (For Zone Transfer)
Step – 1 Step 1- Open Terminal and go to this path via typing command
#/pentest/enumeration/dns/dnswalk
#./dnswalk Target (like google.com)
4) FIERCE (For Name Server, Zone Transfer)
Step – 1 Step 1- Open Terminal and go to this path via typing command
#/pentest/enumeration/dns/fierce
#./fierce.pl –dns Target (like google.com)
No comments:
Post a Comment