First install pip:
apt-get install python-pip
Now, download dnsrecon:
git clone https://github.com/darkoperator/dnsrecon.git cd dnsrecon
Now install essential python modules:
pip install netaddr pip install dnspython
Now you can run dnsrecon:
[email protected]:~/dnsrecon# ./dnsrecon.py -d eyrie.in -n ns101.dnsever.com [*] Performing General Enumeration of Domain: eyrie.in [!] Wildcard resolution is enabled on this domain [!] It is resolving to eyrie.in [!] All queries will resolve to this address!! [-] DNSSEC is not configured for eyrie.in [*] SOA ns77.dnsever.com 121.254.188.77 [*] NS ns101.dnsever.com 121.254.188.101 [*] Bind Version for 121.254.188.101 DNSEver [*] NS ns108.dnsever.com 121.254.188.108 [*] Bind Version for 121.254.188.108 DNSEver [*] NS ns77.dnsever.com 121.254.188.77 [*] Bind Version for 121.254.188.77 DNSEver [*] A eyrie.in 192.198.106.143 [*] Enumerating SRV Records [-] No SRV Records Found for eyrie.in [*] 0 Records Found
What I do is first do a dig for the NS records and then run dnsrecon on the nameserver with -n
Joel G Mathew, known in tech circles by the pseudonym Droidzone, is an opensource and programming enthusiast.
He is a full stack developer, whose favorite languages are currently Python and Vue.js. He is also fluent in Javascript, Flutter/Dart, Perl, PHP, SQL, C and bash shell scripting. He loves Linux, and can often be found tinkering with linux kernel code, and source code for GNU applications. He used to be an active developer on XDA forums, and his tinkered ROMS used to be very popular in the early 2000s.
His favorite pastime is grappling with GNU compilers, discovering newer Linux secrets, writing scripts, hacking roms, and programs (nothing illegal), reading, blogging. and testing out the latest gadgets.
When away from the tech world, Dr Joel G. Mathew is a practising ENT Surgeon, busy with surgeries and clinical practise.