mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-10-08 19:52:53 +02:00
Minor polishing
This commit is contained in:
@ -103,16 +103,15 @@
|
||||
|
||||
<h2 id="REQUIREMENTS">REQUIREMENTS</h2>
|
||||
|
||||
<p>Testssl.sh is out of the box pretty much portable: it runs under any Unix-like
|
||||
stack: Linux, *BSD, MacOS X, WSL=Windows Subsystem for Linux,, Cygwin and MSYS2. <code>bash</code>
|
||||
(also version 3 is still supported) is a prerequisite as well as standard
|
||||
utilities like awk, sed, tr and head. This can be of BSD, System 5 or GNU
|
||||
flavor whereas grep from System V is not yet supported.</p>
|
||||
<p>Testssl.sh is out of the box portable: it runs under any Unix-like
|
||||
stack: Linux, *BSD, MacOS X, WSL=Windows Subsystem for Linux, Cygwin and MSYS2.
|
||||
<code>bash</code> is a prerequisite, also version 3 is still supported.
|
||||
Standard utilities like awk, sed, tr and head are also needed. This can be of a BSD,
|
||||
System 5 or GNU flavor whereas grep from System V is not yet supported.</p>
|
||||
|
||||
<p>Any OpenSSL or LibreSSL version is needed as a helper. Unless previous versions
|
||||
of testssl.sh almost every check is done via (TCP) sockets. Despite that some
|
||||
some statically linked OpenSSL binaries for major operating systems are
|
||||
supplied in <code>./bin/</code> .</p>
|
||||
<p>Any OpenSSL or LibreSSL version is needed as a helper. Unlike previous versions
|
||||
of testssl.sh almost every check is done via (TCP) sockets. In addition statically
|
||||
linked OpenSSL binaries for major operating systems are supplied in <code>./bin/</code>.</p>
|
||||
|
||||
<h2 id="GENERAL">GENERAL</h2>
|
||||
|
||||
@ -152,7 +151,7 @@ supplied in <code>./bin/</code> .</p>
|
||||
|
||||
<p><code>-v, --version</code> same as before</p>
|
||||
|
||||
<p><code>-V [pattern] , --local [pattern]</code> pretty print all local ciphers supported by openssl version. If a pattern is supplied it performs a match (ignore case) on any of the strings supplied in the wide output, see below. The pattern will be searched in the any of the columns: hexcode, cipher suite name (OpenSSL or RFC), key exchange, encryption, bits. It does a word pattern match for non-numbers, for number just a normal match applies. Numbers here are defined as [0-9,A-F]. This means (attention: catch) that the pattern CBC is matched as non-word, but AES as word.</p>
|
||||
<p><code>-V [pattern] , --local [pattern]</code> pretty print all local ciphers supported by openssl version. If a pattern is supplied it performs a match (ignore case) on any of the strings supplied in the wide output, see below. The pattern will be searched in the any of the columns: hexcode, cipher suite name (OpenSSL or IANA), key exchange, encryption, bits. It does a word pattern match for non-numbers, for number just a normal match applies. Numbers here are defined as [0-9,A-F]. This means (attention: catch) that the pattern CBC is matched as non-word, but AES as word.</p>
|
||||
|
||||
<h3 id="INPUT-PARAMETERS">INPUT PARAMETERS</h3>
|
||||
|
||||
|
Reference in New Issue
Block a user