Jeff Cody
Jeff Cody
This adds support for the supported_versions TLS extension.
See also: https://github.com/zmap/zgrab2/pull/347 The golang textproto library does a few things when parsing the HTTP headers: * consume some whitespace characters (e.g. \r\n) * canonicalizes the header keys (e.g. "content-type"...
When the `--root-cas=` option is used for tls or https scans, the function `GetTLSConfigForTarget` is called to load the Root CAs into the TLS Config options. This happens for each...