Port details |
- dnsenum Enumerate DNS information and discover non-contiguous IP blocks
- 1.2.4.2 dns =2 1.2.4.2Version of this port present on the latest quarterly branch.
- Maintainer: rihaz.jerrin@gmail.com
- Port Added: 2016-05-29 11:33:44
- Last Update: 2022-09-08 20:43:18
- Commit Hash: b3ab23e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/fwaeytens/dnsenum
- Description:
- Multithreaded perl script to enumerate DNS information
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.
- ¦ ¦ ¦ ¦
- 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/dnsenum/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dnsenum
- pkg install dnsenum
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dnsenum
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fwaeytens-dnsenum-1.2.4.2_GH0.tar.gz) = e8a18035a6e00b81430edb4a969ef5043ef39984f3a6b0629b83c8fecf9bf007
SIZE (fwaeytens-dnsenum-1.2.4.2_GH0.tar.gz) = 20000
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Net-IP>=0 : net-mgmt/p5-Net-IP
- p5-Net-DNS>=0 : dns/p5-Net-DNS
- p5-Net-Netmask>=0 : net-mgmt/p5-Net-Netmask
- p5-Net-Whois>=0 : net/p5-Net-Whois
- p5-HTML-Parser>=0 : www/p5-HTML-Parser
- p5-WWW-Mechanize>=0 : www/p5-WWW-Mechanize
- p5-XML-Writer>=0 : textproc/p5-XML-Writer
- p5-String-Random>=0 : devel/p5-String-Random
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- dns_dnsenum
- USES:
- perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.4.2 08 Sep 2022 20:43:18 |
Stefan Eßer (se) |
dns/dnsenum: move project URL into Makefile
Approved by: portmgr (implicit) |
1.2.4.2 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
1.2.4.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.4.2 29 May 2016 11:33:33 |
pawel |
Multithreaded perl script to enumerate DNS information
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> |
Number of commits found: 5
|