1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: dnsrecon
Section: net
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Marcos Fouces <marcos@debian.org>,
Build-Depends: debhelper-compat (=13),
dh-python,
pybuild-plugin-pyproject,
python3,
python3-setuptools,
Build-Depends-Indep: python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/darkoperator/dnsrecon
Vcs-Git: https://salsa.debian.org/pkg-security-team/dnsrecon.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/dnsrecon
Rules-Requires-Root: no
Package: dnsrecon
Architecture: all
Depends: python3-dnspython,
python3-loguru,
python3-lxml,
python3-netaddr,
python3-requests,
${misc:Depends},
${python3:Depends},
Description: Powerful DNS enumeration script
DNSRecon is a Python script that provides the ability to perform:
.
* 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 Hosts and Subdomains using Google
|