Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.37 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: 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