This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dnsenum [2018/11/06 14:16] admin |
dnsenum [2019/05/01 13:27] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | dnsenum Package Description | + | ====== |
Multithreaded perl script to enumerate DNS information of a domain and to discover non-contiguous ip blocks. | Multithreaded perl script to enumerate DNS information of a domain and to discover non-contiguous ip blocks. | ||
- | OPERATIONS: | + | **OPERATIONS:** |
- | | + | Get the host’s addresse (A record). |
- | Get the namservers (threaded). | + | |
- | Get the MX record (threaded). | + | Get the namservers (threaded). |
- | Perform axfr queries on nameservers and get BIND VERSION (threaded). | + | |
- | Get extra names and subdomains via google scraping (google query = “allinurl: | + | Get the MX record (threaded). |
- | Brute force subdomains from file, can also perform recursion on subdomain that have NS records (all threaded). | + | |
- | Calculate C class domain network ranges and perform whois queries on them (threaded). | + | Perform axfr queries on nameservers and get BIND VERSION (threaded). |
- | Perform reverse lookups on netranges ( C class or/and whois netranges) (threaded). | + | |
- | Write to domain_ips.txt file ip-blocks. | + | Get extra names and subdomains via google scraping (google query = “allinurl: |
+ | |||
+ | Brute force subdomains from file, can also perform recursion on subdomain that have NS records (all threaded). | ||
+ | |||
+ | Calculate C class domain network ranges and perform whois queries on them (threaded). | ||
+ | |||
+ | Perform reverse lookups on netranges ( C class or/and whois netranges) (threaded). | ||
+ | |||
+ | Write to domain_ips.txt file ip-blocks. | ||
Source: https:// | Source: https:// | ||
- | [[https:// | ||
- | | + | [[https:// |
- | License: GPLv2 | + | |
+ | Author: Filip Waeytens, tix tixxDZ | ||
+ | License: GPLv2 | ||