Dnswalk, dnstracer, dnsenum
Dnswalk is a DNS debugger. It is used for domain conversion and database query.
The domain name in the command line must end with.. You can use a common domain name such as dnswalk example.com. Or an anti-domain such as dnswalk 3.2.1.in-ADDR. ARPA.
Command example:
#./Dnswalk www.g.cn.
: Http://sourceforge.net/projects/dnswalk/
-------------------
Dnstracer sends a non-recursive domain name request to the specified Domain Name Server.
Non-recursive requests mean that if the Domain Name Server knows, it will return request data.
If the Domain Name Server does not know, it will return the Domain Name Server of the authorization domain or the address of the Root Domain Name Server.
Command example:
Dnstracer www.mavetju.org
: Http://www.mavetju.org/download/dnstracer-1.9.tar.gz
-------------
Dnsenum aims to collect information of a domain as much as possible. 1) Host address information (a record ).
2) Domain Name Server (threaded ).
3) MX record (threaded ).
4) execute the axfr request on the Domain Name Server.
5) Use a Google script to obtain the extended domain name or subdomain name information (Google query = "allinurl:-WWW site: domain ").
6) extract the subdomain name and query it.
7) Calculate the class C address and execute whois query.
8) execute reverse query.
9) Write the address field into the file domain_ips.txt.
Command example:
./Dnsenum. pl cnn.com
Examples of common parameter commands:
./Dnsenum. pl -- Enum-F dns.txt -- Update a-r remote
: Http://code.google.com/p/dnsenum/