其他分享
首页 > 其他分享> > Dns相关

Dns相关

作者:互联网

DESCRIPTION:Supported operations: nslookup, zonetransfer, google scraping, domain brute force (support also recursion), whois ip and reverse lookups.

Operations:

• 1) Get the host's address (A record).

• 2) Get the nameservers (threaded).

• 3) Get the MX record (threaded).

• 4) Perform AXFR queries on nameservers (threaded).

• 5) Get extra names and subdomains via google scraping (google query = "allinurl: -www site:domain").

• 6) Brute force subdomains from (REQUIRED), can also perform recursion on subdomain that have NS records (all threaded).

• 7) Calculate Class C IP network ranges from the results and perform whois queries on them (threaded).

• 8) Perform reverse lookups on netranges (class C or/and whois netranges)(threaded).

• 9) Write to domain_ips.txt file non-contiguous ip-blocks results.

  

examples:

dnsenum --enum sina.com//--enum 相当于 –threads 5 -s 15 -w

dnsenum --noreverse -f /usr/share/dnsenum/dns.txt sina.com

标签:domain,threaded,whois,Get,google,dnsenum,Dns,相关
来源: https://www.cnblogs.com/augustone/p/16501644.html