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:17] admin |
dnsenum [2019/05/01 13:27] (current) admin |
||
---|---|---|---|
Line 4: | Line 4: | ||
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 host’s addresse (A record). | ||
+ | |||
Get the namservers (threaded). | Get the namservers (threaded). | ||
+ | |||
Get the MX record (threaded). | Get the MX record (threaded). | ||
+ | |||
Perform axfr queries on nameservers and get BIND VERSION (threaded). | Perform axfr queries on nameservers and get BIND VERSION (threaded). | ||
+ | |||
Get extra names and subdomains via google scraping (google query = “allinurl: | 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). | 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). | 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). | Perform reverse lookups on netranges ( C class or/and whois netranges) (threaded). | ||
+ | |||
Write to domain_ips.txt file ip-blocks. | Write to domain_ips.txt file ip-blocks. | ||
Source: https:// | Source: https:// | ||
- | [[https:// | + | |
+ | [[https:// | ||
Author: Filip Waeytens, tix tixxDZ | Author: Filip Waeytens, tix tixxDZ | ||
License: GPLv2 | License: GPLv2 | ||