A very simple way to find out which SSL ciphersuites are supported by a target.
Go to file
2013-07-17 15:06:34 -04:00
CiphersScan.sh Doc + cleanup 2013-07-17 15:06:34 -04:00
README.md Doc + cleanup 2013-07-17 15:06:34 -04:00

CipherScan

A very simple way to find out which SSL ciphersuites are supported by a target.

Run: ./CipherScan.sh www.google.com:443 -v And watch.

Edit the script if you need more (disable benchmarking by setting DOBENCHMARK to 0).

The newer your version of openssl, the better results you'll get. Older versions of OpenSSL don't support TLS1.2 ciphers, elliptic curves, etc... Build Your Own!