Port details |
- py-dns-crawler Crawler for getting info about DNS domains and services
- 1.4.9_1 dns
=0 1.4.9Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-06-14 17:48:47
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- Also Listed In: python
- License: GPLv3
- Description:
- Despite the name, the crawler gets info for more services than just DNS:
- DNS:
- all A/AAAA records (for the 2nd level domain and www.subdomain), annotated
with GeoIP
- TXT records (with SPF and DMARC parsed for easier filtering)
- TLSA (for the 2nd level domain and www.subdomain)
- MX
- DNSSEC validation
- nameservers:
- each server IP annotated with GeoIP
- HOSTNAME.BIND, VERSION.BIND, AUTHORS.BIND and fortune (also for all IPs)
- users can add custom additional RRs in the config file
- E-mail (for every server from MX):
- SMTP server banners (optional, ports are configurable)
- TLSA records
- Web:
- HTTP status & headers (inc. parsed cookies) for ports 80 & 443 on each IP
from A/AAAA records
- certificate info for HTTPS (optionally with an entire cert chain)
- webpage content (optional)
- everything of the above is saved for each step in the redirect history --
the crawler follows redirects until it gets a non-redirecting status or hits
a configurable limit
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dns-crawler>0:dns/py-dns-crawler@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/dns/py-dns-crawler/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/py-dns-crawler
- pkg install py39-dns-crawler
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-dns-crawler listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-dns-crawler
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1622213966
SHA256 (dns-crawler-1.4.9.tar.gz) = f59340c4ef1769a04a4f9ebc07f27114fae289b91d287433a42c326958afb71d
SIZE (dns-crawler-1.4.9.tar.gz) = 66705
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:
-
- py39-setuptools_scm>=0 : devel/py-setuptools_scm@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-asn1crypto>=1.3.0 : devel/py-asn1crypto@py39
- py39-cert-human>=1.0.7 : security/py-cert-human@py39
- py39-cryptography>=2.8 : security/py-cryptography@py39
- py39-dnspython>=0,1 : dns/py-dnspython@py39
- py39-ecdsa>=0.15 : security/py-ecdsa@py39
- py39-forcediphttpsadapter>=1.0.1 : www/py-forcediphttpsadapter@py39
- py39-GeoIP2>=3.0.0 : net/py-GeoIP2@py39
- py39-hstspreload>=0 : www/py-hstspreload@py39
- py39-idna>=2.9 : dns/py-idna@py39
- py39-pyaml>=19.12.0 : textproc/py-pyaml@py39
- py39-pycryptodome>=3.9.7 : security/py-pycryptodome@py39
- py39-pyicu>=2.4.3 : devel/py-pyicu@py39
- py39-openssl>=19.1.0 : security/py-openssl@py39
- py39-redis>=3.4.1 : databases/py-redis@py39
- py39-requests>=2.23.0 : www/py-requests@py39
- py39-requests-toolbelt>=0.9.1 : www/py-requests-toolbelt@py39
- py39-rq>=1.2.2 : devel/py-rq@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- dns_py-dns-crawler
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.9_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.4.9 30 Jan 2023 13:00:06
    |
Po-Chuan Hsieh (sunpoet)  |
dns/py-dns-crawler: Update version requirement of RUN_DEPENDS |
1.4.9 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
1.4.9 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 ) |
1.4.9 20 Jul 2022 14:21:47
    |
Tobias C. Berner (tcberner)  |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
1.4.9 14 Jun 2021 17:32:32
    |
Po-Chuan Hsieh (sunpoet)  |
dns/py-dns-crawler: Add py-dns-crawler 1.4.9
Despite the name, the crawler gets info for more services than just DNS:
- DNS:
- all A/AAAA records (for the 2nd level domain and www.subdomain), annotated
with GeoIP
- TXT records (with SPF and DMARC parsed for easier filtering)
- TLSA (for the 2nd level domain and www.subdomain)
- MX
- DNSSEC validation
- nameservers:
- each server IP annotated with GeoIP
- HOSTNAME.BIND, VERSION.BIND, AUTHORS.BIND and fortune (also for all IPs)
- users can add custom additional RRs in the config file
- E-mail (for every server from MX): (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 7
|