DNS Recon

dnsrecon -t std --json /root/Desktop/dnsrecon_std_results.json -d target.com

dnsrecon -t axfr --json /root/Desktop/dnsrecon_axfr_results.json -d target.com

dnsrecon -v --iw -f --lifetime 3 --threads 50 -t brt --json /root/Desktop/dnsrecon_brt_results.json -D subdomains-top1mil.txt -d target.com

#reverse DNS lookup
dnsrecon --json /root/Desktop/dnsrecon_reverse_results.json -s -r 192.168.8.0/24

Last updated