Skip to content

Latest commit

 

History

History
268 lines (228 loc) · 10 KB

release_history.md

File metadata and controls

268 lines (228 loc) · 10 KB

v1.1.6

January 29, 2024

Improvements

Bugfixes

v1.1.4

January 11, 2024

Improvements

Bugfixes

New Modules

v1.1.2

October 24, 2023

Improvements

Bugfixes

New Modules

v1.1.1

October 11, 2023

Includes webhook output modules - Discord, Slack, and Teams!

image

Improvements

Bugfixes

New Modules

v1.1.0

August 4, 2023

New Features:

  • Complete Asyncification
  • Documentation + auto-updating pipelines
  • Ability to list flags and their descriptions with -lf
  • Fine-grained rate-limiting for HTTP and DNS

Improvements / Fixes:

  • Better tests (one for each individual module, 91% test coverage)
  • New and improved paramminer modules
  • Misc bugfixes

New Modules:

  • Git (detects exposed .git folder on websites)
  • Subdomain Center (subdomain enumeration)
  • Columbus API (subdomain enumeration)
  • MySSL (subdomain enumeration)
  • Sitedossier (subdomain enumeration)
  • Digitorus (subdomain enumeration)
  • Nmap (port scanner, more reliable than naabu)
    • Naabu has been removed due to reliability issues
  • NSEC (DNSSEC zone-walking for subdomain enumeration)
  • OAUTH (Enumerates OAUTH / OpenID-Connect, detects sprayable endpoints)
  • Azure Realm (Detects Managed/Federated Azure Tenants)
  • Subdomains output module

v1.0.5

March 10, 2023

New Modules:

New Features:

  • Automatic tagging of cloud resources (with cloudcheck)
  • Significant performance increases
  • Bug fixes
  • Better tests + code coverage
  • Support for punycode (non-ascii) domains
  • Better support for non-64-bit systems
  • Enter key now toggles verbosity during scan

v1.0.4

December 15, 2022

New Modules:

  • Storage buckets:
    • Azure
    • GCP
    • AWS
    • DigitalOcean
  • ipstack (geolocation)
  • BeVigil
  • ASN (rewrite)

New Features:

  • Colored vulnerabilities on CLI
  • Log full nuclei output
  • Various bugfixes
  • Better handling of:
    • DNS wildcards
    • Infinite DNS-record chains
    • Infinite HTTP redirects
  • Improved module tests

v1.0.3

October 12, 2022

Changes:

  • Tag URL events with their corresponding IP address
  • Automatic docker hub publishing
  • Added retries option for httpx module
  • Added asset_inventory output module
  • Improvements to nuclei module
  • Avoid unnecessary failed sudo attempts during dependency install
  • Improved Python API
  • Added AnubisDB module
  • Various bugfixes
  • Add examples to --help output
  • Reduce annoying warnings on free API modules
  • Update iis_shortnames .jar dependency
  • Updated documentation to explain targets, whitelists, blacklists
  • Added help for module-specific options
  • Added warning if unable to validate public DNS servers (for massdns)
  • Various performance optimizations
  • Various bugfixes
  • Fix Pypi auto-publishing
  • Added bug report template
  • Added examples in README
  • Improved wildcard detection
  • Added DNS retry functionality
  • Improved excavate hostname extraction
  • Added command-line option for installing all dependencies
  • Improved gowitness dependency install, improved tests