Skip to content

v1.0.0-RC2

Pre-release
Pre-release

Choose a tag to compare

@phillip-stephens phillip-stephens released this 22 Sep 23:38
· 96 commits to master since this release
fcccf0c

This RC2 v1 introduces HTTP/2 support, additional info in metadata, adding the port scanned in Scan Output, as well as upgrading a number of dependencies and bug fixes.

New Features

  • Adds support for scanning servers that only support HTTP/2 and h2c (http2 over plain-text)
  • Adds the port scanned to each output line. This is helpful when port can be defined as a tool-wide CLI flag, passed in as an input line, or defined differently for different modules in multiple module scans and will help users disambiguate what was scanned
  • Adds more info to the metadata, specifically exactly what ZGrab2 CLI args were used for a scan.

Bug Fixes

  • A regression was introduced in v0.2.0 where if a TLS handshake failed after collecting some info, only an error would be returned. The old behavior was that any info from the TLS handshake would be returned with the error, yielding more handshake details on these failing connections.
  • Fixes an issue where the Application Options field on the multiple module wasn't being parsed correctly.

What's Changed

New Contributors

Full Changelog: v1.0.0-RC1...v1.0.0-RC2