bin/tls-map in tls-map-2.1.0 vs bin/tls-map in tls-map-2.2.0
- old
+ new
@@ -1,10 +1,9 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# Ruby internal
-require 'pp'
# Project internal
require 'tls_map'
require 'tls_map/cli/cli'
# External
require 'docopt'
@@ -40,10 +39,10 @@
<filename> The output file name to write to.
<format> Supported formats: markdown (a markdown table), json_pretty (expanded JSON), json_compact (minified JSON), marshal (Ruby marshalized hash).
Extract options: (offline) extract ciphers from external tools output file
<filename> The external tool output file
- <format> Supported formats: sslyze, sslscan2, testssl, ssllabs-scan (check the documentation for the expected file format)
+ <format> Supported formats: sslyze, sslscan2, testssl, ssllabs-scan, tlsx (check the documentation for the expected file format)
--only-weak Show only ciphers with a security level equal to weak or insecure (hide secure and recommended) (work only with TLS not SSL).
--hide-weak Hide ciphers with a security level equal to weak or insecure (show only secure and recommended) (work only with TLS not SSL).
Update options: (online) DANGEROUS, will break database integrity, force option will be required
--with-extended (Online) Also save extended information used by search --extended option.