Skip to content

Choose a tag to compare

@liquidsec liquidsec released this 09 Jun 17:16
· 7 commits to main since this release
5aefbd0

New Features

  • --disable-negative-signatures — optionally show dangling records even for known non-exploitable services (#891)
  • MX gate for email modules — DMARC, SPF, and MTA-STS checks now skip non-email domains by default, with --disable-mx-gate opt-out (#892)

Since 2.0

  • Replace dnspython with blastdns — shared client, optimized dnswalk with glue records and parallel resolution
  • Replace httpx with blasthttp
  • Migrate from Poetry to uv (hatchling build backend)
  • Remove requests dependency
  • Fix false positives when TXT records reference service root domains
  • Update cloudcheck dependency
  • Various bug fixes