aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsenum
Commit message (Collapse)AuthorAgeFilesLines
* dns/dnsenum: move project URL into MakefileStefan Eßer2022-09-082-2/+1
| | | | Approved by: portmgr (implicit)
* */*: fix trailing whitespace in pkg-descr'sDmitry Marakasov2022-04-011-7/+7
| | | | Approved by: portmgr blanket
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Multithreaded perl script to enumerate DNS informationPawel Pekala2016-05-294-0/+98
of a domain and discover non-contiguous IP blocks. OPERATIONS: Get the host's address (A record). Get the nameservers (threaded). Get the MX record (threaded). Perform axfr queries on nameservers and get BIND VERSION (threaded). Get extra names and subdomains via google scraping (google query = "allinurl: -www site:domain"). 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. WWW:https://github.com/fwaeytens/dnsenum PR: 208950 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> Notes: svn path=/head/; revision=416094