Port details |
- dnsrecon DNS enumeration tool
- 0.10.1_1 dns =2 0.10.1_1Version of this port present on the latest quarterly branch.
- Maintainer: rihaz.jerrin@gmail.com
- Port Added: 2016-05-29 11:00:13
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/darkoperator/dnsrecon
- Description:
- DNSRecon 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 Common mDNS records in the Local
Network Enumerate Hosts and Subdomains using Google.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/dnsrecon/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dnsrecon
- pkg install dnsrecon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dnsrecon
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617713014
SHA256 (darkoperator-dnsrecon-0.10.1_GH0.tar.gz) = eb0086f068a279bd2d6c9b9736d12ff1ef84f61561a06b1c134cb3bfa5c66920
SIZE (darkoperator-dnsrecon-0.10.1_GH0.tar.gz) = 665198
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-dnspython>=0 : dns/py-dnspython@py39
- py39-lxml>=0 : devel/py-lxml@py39
- py39-netaddr>=0 : net/py-netaddr@py39
- py39-sqlite3>=0 : databases/py-sqlite3@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- dns_dnsrecon
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.10.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.10.1_1 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
0.10.1_1 01 Mar 2022 02:10:52 |
Muhammad Moinur Rahman (bofh) |
Update dependency to py-dnspython
After adding py-dnspython1 and updating py-dnspython to 2.2.0 update
some dependency of ports. |
0.10.1 16 Apr 2021 05:42:58 |
Fernando Apesteguía (fernape) |
dns/dnsrecon: Update to 0.10.1
ChangeLog: https://github.com/darkoperator/dnsrecon/compare/0.10.0...0.10.1
PR: 254821
Reported by: m.muenz@gmail.com
Approved by: rihaz.jerrin@gmail.com (maintainer, timeout > 1 week) |
0.8.13_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.13_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.13_2 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.8.13_1 28 Jul 2018 20:05:24 |
arrowd |
dns/dnsrecon: Add missing dependency and patches.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16437 |
0.8.13 19 Jun 2018 19:11:01 |
arrowd |
dns/dnsrecon: Update to 0.8.13.
Approved by: rihaz.jerrin@gmail.com (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15824 |
0.8.9_1 29 Dec 2017 09:01:54 |
antoine |
Simplify some USES=python
With hat: portmgr |
0.8.9_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.8.9_1 30 Mar 2017 20:21:58 |
tobik |
Add missing databases/py-sqlite3 dependency
PR: 218227
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com> (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D10204 |
0.8.9 27 Dec 2016 12:20:41 |
amdmi3 |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket |
0.8.9 29 May 2016 11:00:02 |
pawel |
DNSRecon 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 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> |