| Name | Last Modified | Size | Type |
|---|---|---|---|
| 2.6/ | 2018-Nov-15 22:02:23 | -- | Directory |
| 2.8/ | 2018-Nov-15 22:46:12 | -- | Directory |
| 2.9.5/ | 2018-Nov-15 22:24:07 | -- | Directory |
| bleichenbacher/ | 2018-Feb-23 18:00:33 | -- | Directory |
| openssl-1.0.2i-chacha.pm.ipv6.contributed/ | 2016-Sep-26 23:15:22 | -- | Directory |
| utils/ | 2018-Nov-15 22:47:49 | -- | Directory |
| CHANGELOG.txt | 2015-Sep-15 10:56:45 | 12.27KB | TXT Type Document |
| CREDITS.md | 2018-Oct-09 12:36:15 | 2.65KB | MD File |
| Dockerfile | 2018-Oct-09 12:36:15 | 412.00B | Unknown File |
| LICENSE.txt | 2014-May-03 11:04:22 | 17.59KB | TXT Type Document |
| OPENSSL-LICENSE.txt | 2017-May-09 13:14:16 | 6.13KB | TXT Type Document |
| etc+doc.tar.gz | 2018-Nov-15 22:32:16 | 889.75KB | GZ Compressed Archive |
| etc+doc.tar.gz.asc | 2018-Nov-15 22:32:39 | 833.00B | ASC File |
| openssl-1.0.2k-chacha.pm.ipv6.Linux+FreeBSD.201705.tar.gz | 2017-May-12 18:11:02 | 9.51MB | GZ Compressed Archive |
| openssl-1.0.2k-chacha.pm.ipv6.Linux+FreeBSD.201705.tar.gz.asc | 2017-May-12 18:11:04 | 811.00B | ASC File |
| openssl-1.0.2k-dev-chacha.pm.ipv6.Linux+FreeBSD.tar.gz | 2017-Jul-19 09:28:30 | 9.51MB | GZ Compressed Archive |
| openssl-1.0.2k-dev-chacha.pm.ipv6.Linux+FreeBSD.tar.gz.asc | 2017-Jul-19 09:28:38 | 811.00B | ASC File |
| openssl-iana.mapping.html | 2018-Nov-08 20:40:06 | 59.51KB | HTML File |
| openssl-ms14-066.Linux.x86_64 | 2016-Apr-15 12:36:23 | 4.24MB | X86_64 File |
| testssl.1.html | 2018-Dec-17 21:11:03 | 55.38KB | HTML File |
| testssl.sh | 2018-Dec-06 11:25:32 | 879.78KB | SH File |
| testssl.sh.asc | 2018-Dec-06 11:25:32 | 811.00B | ASC File |
| testssl_german_owasp_day.pdf | 2018-Nov-18 13:53:38 | 1.11MB | PDF Type Document |
testssl.sh is free and open source software. You can use it under the terms of GPLv2, please review the License before using it. In addition starting from version 3.0rc1 if you're offering it as a public and / or paid service you need to mention to your audience that you're using this program and where to get this program from.
Development takes place at github. This website is
referring to the latest stable version only 2.9.5 and provides code, binaries and documention for the stable version. (The pictures are from oder releases.) In the development version @ github things might have changed.
As I do releases on github too you can as well pull the zip for a stable release from there. There will be "soon" a 3.0 release.
testssl.sh is pretty much portable/compatible. It is working on every Linux, Mac OS X, FreeBSD distribution, on MSYS2/Cygwin (slow).
It is supposed also to work on any other unixoid systems.
A newer OpenSSL version (1.0) is recommended though. /bin/bash is a prerequisite –
otherwise there would be no sockets.
openssl <verify|ocsp|pkey> . In principle any OpenSSL or even LibreSSL can be used as a helper. It's recommended to
use the one supplied as it makes sure special tests or features like IPv6, proxy support, STARTTLS MySQL or PostgreSQL are supported. (The one supplied stems
originally from github.com/PeterMosmans/openssl. openssl-1.0.2k-chacha.pm.ipv6.Linux+FreeBSD.tar.gz is a Linux- and FreeBSD-only tarball. The directory openssl-1.0.2i-chacha.pm.ipv6.contributed/ contains contributed builds for ARM7l and Darwin binaries).
curl -L https://testssl.sh or wget -O - https://testssl.sh pulls the current stable code from here curl -L https://testssl.sh/dev/ or wget -O - https://testssl.sh/dev/ pulls the current development code from githubuserid@somehost:~ % testssl.sh
testssl.sh <options>
-h, --help what you're looking at
-b, --banner displays banner + version of testssl.sh
-v, --version same as previous
-V, --local pretty print all local ciphers
-V, --local <pattern> which local ciphers with <pattern> are available?
(if pattern not a number: word match)
testssl.sh <options> URI ("testssl.sh URI" does everything except -E)
-e, --each-cipher checks each local cipher remotely
-E, --cipher-per-proto checks those per protocol
-f, --ciphers checks common cipher suites
-p, --protocols checks TLS/SSL protocols (including SPDY/HTTP2)
-y, --spdy, --npn checks for SPDY/NPN
-Y, --http2, --alpn checks for HTTP2/ALPN
-S, --server-defaults displays the server's default picks and certificate info
-P, --server-preference displays the server's picks: protocol+cipher
-x, --single-cipher <pattern> tests matched <pattern> of ciphers
(if <pattern> not a number: word match)
-c, --client-simulation test client simulations, see which client negotiates with cipher and protocol
-H, --header, --headers tests HSTS, HPKP, server/app banner, security headers, cookie, reverse proxy, IPv4 address
-U, --vulnerable tests all vulnerabilities
-B, --heartbleed tests for heartbleed vulnerability
-I, --ccs, --ccs-injection tests for CCS injection vulnerability
-R, --renegotiation tests for renegotiation vulnerabilities
-C, --compression, --crime tests for CRIME vulnerability
-T, --breach tests for BREACH vulnerability
-O, --poodle tests for POODLE (SSL) vulnerability
-Z, --tls-fallback checks TLS_FALLBACK_SCSV mitigation
-F, --freak tests for FREAK vulnerability
-A, --beast tests for BEAST vulnerability
-J, --logjam tests for LOGJAM vulnerability
-D, --drown tests for DROWN vulnerability
-s, --pfs, --fs, --nsa checks (perfect) forward secrecy settings
-4, --rc4, --appelbaum which RC4 ciphers are being offered?
special invocations:
-t, --starttls <protocol> does a default run against a STARTTLS enabled <protocol>
--xmpphost <to_domain> for STARTTLS enabled XMPP it supplies the XML stream to-'' domain -- sometimes needed
--mx <domain/host> tests MX records from high to low priority (STARTTLS, port 25)
--ip <ip> a) tests the supplied <ip> v4 or v6 address instead of resolving host(s) in URI
b) arg "one" means: just test the first DNS returns (useful for multiple IPs)
--file <fname> mass testing option: Reads command lines from <fname>, one line per instance.
Comments via # allowed, EOF signals end of <fname>. Implicitly turns on "--warnings batch"
partly mandatory parameters:
URI host|host:port|URL|URL:port (port 443 is assumed unless otherwise specified)
pattern an ignore case word pattern of cipher hexcode or any other string in the name, kx or bits
protocol is one of the STARTTLS protocols ftp,smtp,pop3,imap,xmpp,telnet,ldap
(for the latter two you need e.g. the supplied openssl)
tuning options (can also be preset via environment variables):
--bugs enables the "-bugs" option of s_client, needed e.g. for some buggy F5s
--assume-http if protocol check fails it assumes HTTP protocol and enforces HTTP checks
--ssl-native fallback to checks with OpenSSL where sockets are normally used
--openssl <PATH> use this openssl binary (default: look in $PATH, $RUN_DIR of testssl.sh)
--proxy <host>:<port> connect via the specified HTTP proxy
-6 use also IPv6. Works only with supporting OpenSSL version and IPv6 connectivity
--sneaky leave less traces in target logs: user agent, referer
output options (can also be preset via environment variables):
--warnings <batch|off|false> "batch" doesn't wait for keypress, "off" or "false" skips connection warning
--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
--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 <NODE-YYYYMMDD-HHMM.log> in current working directory
--logfile <logfile> logs stdout to <file/NODE-YYYYMMDD-HHMM.log> if file is a dir or to specified log file
--json additional output of findings to JSON file <NODE-YYYYMMDD-HHMM.json> in cwd
--jsonfile <jsonfile> additional output to JSON and output JSON to the specified file
--csv additional output of findings to CSV file <NODE-YYYYMMDD-HHMM.csv> in cwd
--csvfile <csvfile> set output to CSV and output CSV to the specified file
--append if <csvfile> or <jsonfile> exists rather append then overwrite
All options requiring a value can also be called with '=' e.g. testssl.sh -t=smtp --wide --openssl=/usr/bin/openssl <URI>.
<URI> is always the last parameter.
Need HTML output? Just pipe through "aha" (ANSI HTML Adapter: github.com/theZiz/aha) like
"testssl.sh <options> <URI> | aha >output.html"
userid@somehost:~ %
testssl.sh --starttls smtp <smtphost>.<tld>:587 testssl.sh --starttls ftp <ftphost>.<tld>:21 testssl.sh -t xmpp <jabberhost>.<tld>:5222 testssl.sh -t xmpp --xmpphost <XMPP domain> <jabberhost>.<tld>:5222 testssl.sh --starttls imap <imaphost>.<tld>:143The ports in those examples above are just the standard ports. Also here you're free to check any port.
2.9.5
2.8