Skip to content

Releases: blacklanternsecurity/baddns

2.0

20 Mar 19:17
a5bb78f

Choose a tag to compare

BadDNS 2.0 Changelog

New Modules

  • DMARC — Detect missing or misconfigured DMARC records, with RFC 7489 two-step subdomain lookup
  • MTA-STS — Detect MTA-STS subdomain takeovers and misconfigurations
  • WILDCARD — Detect wildcard DNS records enabling domain-wide subdomain takeover
  • SPF — SPF policy checks, takeover detection, and subdomain fallback; skips cloud provider targets via cloudcheck

New Features

  • Negative signature system — Suppress false positives from known non-vulnerable providers (Cloudflare, Route53, Akamai, Imperva/Incapsula, Bodis, Microsoft Lync/Skype,
    Demandware/Salesforce Commerce Cloud)
  • --min-confidence and --min-severity CLI filters — Filter findings by confidence and severity thresholds
  • not_cnames exclusion in CNAME module — Skip known-safe CNAME patterns (synced with upstream nuclei templates)
  • Finding name property — Proper display names for findings (replaces N/A signatures with descriptive module names)
  • Severity/confidence alignment with BBOT 3.0 — INFORMATIONAL severity replaced with INFO
  • JSON output support

New Signatures

  • Fastly, Hashnode, Discourse, SendPulse, Lovable
  • Updated Azure signature (removed retired services, added web.core.windows.net)
  • Fixed/rewritten signatures: SurveyGizmo, Launchrock, Pantheon, redirect.pizza, AWS S3 bucket
  • Removed 3 invalid signatures
  • Automated SignatureBot updates: Mailgun, Tave, Launchrock, SurveyGizmo

Bug Fixes

  • Fix DMARC false positives on subdomains (RFC 7489 two-step lookup)
  • Fix NSEC zone walking false positives caused by CNAME following
  • Fix false positives in registration-based detection for restricted TLDs and self-referential SPF includes
  • Filter SRV-style subdomains (_sip._tcp.*, etc.) to prevent false positives
  • Fix unhandled LifetimeTimeout in CNAME chain following
  • Fix nested omit_types handling in NS module
  • Fix analyzeWHOIS returning None instead of empty list
  • Fix unhandled part: cname in matcher and signature generation
  • Skip DNS targets with labels exceeding 63-octet RFC 1035 limit

Performance

  • Speed up references module with WHOIS caching and concurrent domain processing

Developer / Infrastructure

  • Python 3.10–3.14 matrix testing
  • Migrated linting from black/flake8 to ruff
  • Replaced mock with unittest.mock for Python 3.14 compatibility
  • Achieved 100% test coverage across all modules
  • Updated documentation for v2.0

1.12

29 Oct 19:45
63c0f2d

Choose a tag to compare

What's Changed

  • Bump pyyaml from 6.0.2 to 6.0.3 by @dependabot[bot] in #653
  • [SignatureBot] Add or update signature dnsreaper_helpscout.yml by @liquidsec in #657
  • [SignatureBot] Add or update signature dnsreaper_teamwork.yml by @liquidsec in #658
  • [SignatureBot] Add or update signature nucleitemplates_wasabi-bucket-takeover.yml by @liquidsec in #503
  • Bump mkdocs-material from 9.6.20 to 9.6.21 by @dependabot[bot] in #654
  • [SignatureBot] Add or update signature dnsreaper_hatenablog.yml by @liquidsec in #656
  • [SignatureBot] Add or update signature nucleitemplates_wix-takeover.yml by @liquidsec in #659
  • [SignatureBot] Add or update signature dnsreaper_bettermode.yml by @liquidsec in #655
  • Bump python-whois from 0.9.5 to 0.9.6 by @dependabot[bot] in #660
  • Bump pyfakefs from 5.9.3 to 5.10.0 by @dependabot[bot] in #674
  • Bump mkdocs-material from 9.6.21 to 9.6.22 by @dependabot[bot] in #675
  • Bump pyfakefs from 5.10.0 to 5.10.1 by @dependabot[bot] in #678
  • [SignatureBot] Add or update signature nucleitemplates_redirect-pizza-takeover.yml by @liquidsec in #676
  • adjusting to latest whois version by @liquidsec in #679
  • [SignatureBot] Add or update signature nucleitemplates_leadpages-takeover.yml by @liquidsec in #677
  • [SignatureBot] Add or update signature nucleitemplates_wix-takeover.yml by @liquidsec in #673
  • [SignatureBot] Add or update signature dnsreaper_hatenablog.yml by @liquidsec in #669

Full Changelog: 1.11.236...1.12.294

1.11

25 Sep 15:09
da448fe

Choose a tag to compare

  • Signature Updates
  • Dependency Version Bumps

1.10.185

07 Aug 19:52
ea2cf03

Choose a tag to compare

What's Changed

Full Changelog: 1.9.132...1.10.185

1.7.86

16 Jan 20:04
ce13623

Choose a tag to compare

What's Changed

1.6.68

09 Jan 22:30
ea7bbb2

Choose a tag to compare

What's Changed

1.1.869

09 Oct 15:33
6d246df

Choose a tag to compare

Initial Formal Release