Skip to content

v9.2.1

Latest

Choose a tag to compare

@anthonyg-1 anthonyg-1 released this 27 Jun 00:27
95ff1f5

Changed

  • Invoke-DnsEnumeration now detects wildcard DNS records for enumerated DNS zones and suppresses wildcard-only subdomain
    results, reducing false positives from catch-all DNS configurations.
  • Invoke-DnsEnumeration -HostName and base -DnsZone lookups are unchanged.

Fixed

  • Fixed Get-TlsCertificate -IncludeChain output type metadata to account for certificate chain arrays.
  • Renamed an internal TLS callback parameter to avoid conflicting with PowerShell’s automatic $Sender variable.
  • Restored UTF-8 BOM encoding for analyzer compliance.

Validation

  • Verified Get-TlsCertificate and Get-TlsCertificate -IncludeChain against ralliant.com.
  • Full Pester suite passes: 152 passed, 0 failed.