Commit graph

4 commits

Author SHA1 Message Date
Po-Chuan Hsieh
f8b4b540f2
dns/py-dns-crawler: Allow build with py-setuptools-git-versioning 2.0.0+
- Bump PORTREVISION for package change
2024-05-20 01:15:48 +08:00
Po-Chuan Hsieh
bab68edeb4
dns/py-dns-crawler: Update to 1.6.2
- Convert to USE_PYTHON=pep517

Changes:	https://gitlab.nic.cz/adam/dns-crawler/-/blob/master/CHANGELOG.md
2023-12-25 17:00:24 +08:00
Po-Chuan Hsieh
e047381479
dns/py-dns-crawler: Update to 1.5.8
Changes:	https://gitlab.nic.cz/adam/dns-crawler/-/blob/master/CHANGELOG.md
2023-10-05 10:00:22 +08:00
Po-Chuan Hsieh
9ff6a0ecc0
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):
  - 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

WWW: https://gitlab.nic.cz/adam/dns-crawler
2021-06-15 01:32:32 +08:00