Thursday, 4 June 2015

Information Gathering With dnsrecon Kali Linux


DNSRecon is a tool for enumeration, coded in python.
DNSRecon provides the ability to perform:
  • Check all NS Records for Zone Transfers
  • Enumerate General DNS Records for a given Domain (MX, SOA, NS, A, AAAA, SPF and TXT)
  • Perform common SRV Record Enumeration. Top Level Domain (TLD) Expansion
  • Check for Wildcard Resolution
  • Brute Force subdomain and host A and AAAA records given a domain and a wordlist
  • Perform a PTR Record lookup for a given IP Range or CIDR
  • Check a DNS Server Cached records for A, AAAA and CNAME Records provided a list of host records in a text file to check
  • Enumerate Common mDNS records in the Local Network Enumerate Hosts and Subdomains using Google
So Lets begin:-
      
                                     Open dnsrecon through Kali Linux >> Information Gathering >>  Dns Analysis >> dnsrecon




For std, type: dnsrecon -t std -d youtube.com



For SRV type : dnsrecon -t srv -d gmail.com



 For axfr, type:-dnsrecon -t axfr -d saintangelos.com



 For tld, type: dnsrecon -t tld -d saintangelos.com



No comments:

Post a Comment