Collection of DNS information collection tools

Source: Internet
Author: User
Tags domain name server mx record subdomain subdomain name
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/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.