DNS Enumeration with dnsrecon - Only CyberSecurity

Ethical Hacking Tutorial, Cybersecurity

Breaking

Wednesday, August 22, 2018

DNS Enumeration with dnsrecon

Execute the following command to extract VOIP server’s information.

dnsrecon -t srv -d example.com

-t option specifies the type of attack, -d specifies the domain name and srv is used to identify services running on target DNS server and axfr can identify zone transfer details of a given domain



After executig above commands you will be able to extract information using dnsrecon.

No comments:

Post a Comment