Backtrack工具之dnsenum
程序员文章站
2022-03-05 15:54:36
这是一个查询域名dns信息的perl 程序
功能如下:
(1) get the host’s addresses
(2) get the namservers for the...
这是一个查询域名dns信息的perl 程序
功能如下:
(1) get the host’s addresses
(2) get the namservers for the domain
(3) get the MX record
(4) perform zonetransfers on nameservers
(5) scrap additional names from google search and do nslookup on them 设定参数 -s
$update -u $dnsfile -f $recursion -r
(6) brute force subdomains from a file 设定参数 -u -f -r
(7) get domain network ranges from brute force results and whois queries
(8) perform reverse lookups on netranges (class C or whois netranges) 设定参数 –noreverse –private
(9) show non-contiguous IP blocks
—————————————————————————————————————————-
运行结果:
附在线源码:http://code.google.com/p/dnsenum/source/browse/trunk/dnsenum.pl
—-END————————————
这是Backtrack Menu一个工具的使用