Skip to content

Latest commit

 

History

History
90 lines (63 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

90 lines (63 loc) · 2.81 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

Changed

Added

  • New Collector: Wayback Machine (archive.org) (Thanks, @jolle!)
  • New Collector: ptrarchive.com
  • New Collector: publicwww.com

Changed

Fixed

  • Detect false positive situation in fastly.com Takeover module (Thanks, @ramimac!)

Added

Changed

Fixed

  • The Google Transparency Report collector broke because of server-side changes.

Added

  • Collector module defined CLI options: Collectors can now define their own CLI options for aquatone-discover, e.g. --wordlist to make the Dictionary collector use a custom wordlist instead of the built-in one. See aquatone-discover --help for all new options.

Changed

Fixed

  • Performance improvement in the way collector modules check for duplicate hosts (was only an issue with very large results or dictionaries)

Added

  • New Tool: aquatone-takeover: Check discovered hosts for subdomain takeover vulnerabilities

Changed

  • Show key requirements in for collectors when issuing aquatone-discover --list-collectors
  • Add alias xlarge to huge port list.

Added

  • New Collector: riddler.io (Thanks, @jolle!)
  • New Collector: crt.sh (Thanks, @jolle!)
  • New Collector: censys.io (Thanks, @vortexau!)
  • New Collector: passivetotal.org

Changed

  • Capture potential NameError exception in asked_for_progress? method, related to known JRuby bug (issue #4)
  • Capture potential Errno::EBADF exception in asked_for_progress? method (issue #15)
  • Improve handling of error when aquatone-gather is run on a system without a graphical desktop session (X11)
  • Exclude hosts resolving to broadcast addresses in aquatone-discover (issue #11)

Added

Changed

  • Capture Errno::ENETUNREACH exception in aquatone-scan to prevent it from erroring out when networks are unreachable.

0.1.0

Added

  • Initial release

Changed