Skip to content

v0.5.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 08 Mar 11:48
· 671 commits to master since this release
38889a3

Overview

  • Add support for SRV record protocol "shortcuts"
  • Add new (default) multi-line results summary output format
  • Misc bugfixes
  • built using Go 1.15.8

Added

  • Add support for SRV record protocol "shortcuts"
    • e.g., allows specifying msdcs as protocol keyword and example.com as
      the query string to query for available domain controllers instead of
      specifying _ldap._tcp.dc._msdcs.example.com as the query string.
  • Add new (default) multi-line results summary output format
    • attempts to work around display issues with many results per record type

Changed

  • Default results summary output changed from single-line to multi-line
    • the prior format can be set persistently via config file or one-off via
      CLI flag
  • Modify concurrency implementation to better support future work and help
    with implementing SRV protocol "shortcuts"
    • while this should be an improvement overall, this has not been fully
      tested yet

Fixed

  • Repeating query type flag results in duplicate queries
  • Use default consts (which are currently empty strings) instead of actual
    empty strings
    • this was a bug waiting to happen

References