
SSLScan tests SSL/TLS enabled services to discover supported cipher suites
SSLScan queries SSL services, such as HTTPS, in order to determine the ciphers that are supported. SSLScan is designed to be easy, lean and fast. The output includes preferred ciphers of the SSL service, the certificate and is in Text and XML formats.
Requirements:
Makefile build:
mkdir build
cd build
cmake ..
make
make install (as root)
To scan a HTTPS service:
sslscan example.org
To display more information:
sslscan --help
Published under the GPLv3 (see LICENSE for more information)
Most of the pre-TLS protocol setup was inspired by the OpenSSL s_client.c program.
Some of the OpenSSL setup code was borrowed from The Tor Project's Tor program. Thus it is likely proper to comply with the BSD license by saying: Copyright (c) 2007-2010, The Tor Project, Inc.