mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
bee9ab2699
Check all NS Records for Zone Transfers. Enumerate General DNS Records for a given Domain (MX, SOA, NS, A, AAAA, SPF and TXT). Perform common SRV Record Enumeration. Top Level Domain (TLD) Expansion. Check for Wildcard Resolution. Brute Force subdomain and host A and AAAA records given a domain and a wordlist. Perform a PTR Record lookup for a given IP Range or CIDR. Check a DNS Server Cached records for A, AAAA and CNAME Records provided a list of host records in a text file to check. Enumerate Common mDNS records in the Local Network Enumerate Hosts and Subdomains using Google. WWW: https://github.com/darkoperator/dnsrecon PR: 208975 Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
bin/dnsrecon
|
|
%%PYTHON_SITELIBDIR%%/dnsrecon/__init__.py
|
|
%%PYTHON_SITELIBDIR%%/dnsrecon/dnshelper.py
|
|
%%PYTHON_SITELIBDIR%%/dnsrecon/gooenum.py
|
|
%%PYTHON_SITELIBDIR%%/dnsrecon/mdnsenum.py
|
|
%%PYTHON_SITELIBDIR%%/dnsrecon/msf_print.py
|
|
%%PYTHON_SITELIBDIR%%/dnsrecon/whois.py
|
|
%%DATADIR%%/namelist.txt
|
|
%%DATADIR%%/subdomains-top1mil-20000.txt
|
|
%%DATADIR%%/subdomains-top1mil-5000.txt
|
|
%%DATADIR%%/subdomains-top1mil.txt
|
|
%%DOCSDIR%%/README
|