From 53de1dc7c4d4418816e1b44365342caf42b2f0da Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 28 Mar 2017 12:07:45 +0200 Subject: [PATCH] clarified help() --- testssl.sh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/testssl.sh b/testssl.sh index ad064ac..885e5e1 100755 --- a/testssl.sh +++ b/testssl.sh @@ -10765,25 +10765,25 @@ output options (can also be preset via environment variables): --quiet don't output the banner. By doing this you acknowledge usage terms normally appearing in the banner --wide wide output for tests like RC4, BEAST. PFS also with hexcode, kx, strength, RFC name --show-each for wide outputs: display all ciphers tested -- not only succeeded ones - --mapping no-rfc: don't display the RFC Cipher Suite Name, display OpenSSL names only + --mapping no-rfc: don't display the RFC cipher suite name, display OpenSSL names only --color <0|1|2> 0: no escape or other codes, 1: b/w escape codes, 2: color (default) --colorblind swap green and blue in the output --debug <0-6> 1: screen output normal but keeps debug output in /tmp/. 2-6: see "grep -A 5 '^DEBUG=' testssl.sh" -file output options (can also be preset via environment variables): - --log, --logging logs stdout to in current working directory - --logfile logs stdout to if file is a dir or to specified log file - --json additional output of findings to flat JSON file in cwd - --jsonfile additional output to the specified flat JSON file - --json-pretty additional pretty structured output of findings to JSON file in cwd - --jsonfile-pretty additional pretty structured output as JSON to the specified file - --csv additional output of findings to CSV file in cwd - --csvfile additional output as CSV to the specified file - --html additional output as HTML to file - --htmlfile additional output as HTML to the specifed file +file output options (can also be preset via environment variables) + --log, --logging logs stdout to -p.log in current working directory (cwd) + --logfile logs stdout to -p.log if is a dir or to a specified + --json additional output of findings to flat JSON file -p.json in cwd + --jsonfile additional output to the specified flat JSON file or directory, similar to --logfile + --json-pretty additional JSON structured output of findings to a file -p.json in cwd + --jsonfile-pretty additional JSON structured output to the specified file or directory, similar to --logfile + --csv additional output of findings to CSV file -p.csv in cwd or directory + --csvfile additional output as CSV to the specified file or directory, similar to --logfile + --html additional output as HTML to file -p.html + --htmlfile additional output as HTML to the specifed file or directory, similar to --logfile --hints additional hints to findings --severity severities with lower level will be filtered for CSV+JSON, possible values --append if , , or exists rather append then overwrite. Omits any header