Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.27 KB

TLS Spy

TLS Analysis Toolkit, inspired by Qualys' excellent SSL Server Test. If you're looking for a quick tool to do online analysis, using their tools is highly recommended.

Project status

Getting there :)

Features

We support various SSL and TLS versions:

  • SSLv2 (only basic handshake)
  • SSLv3 (only basic handshake)
  • TLSv1.0 (full handshake)
  • TLSv1.1 (most handshake parts)
  • TLSv1.2 (most handshake parts)

We support various TLS extensions:

We support testing for various vulnerabilities:

  • Browser Exploit Against SSL/TLS (BEAST)
  • Compression Ratio Info-leak Made Easy (CRIME)
  • OpenSSL heartbeat information disclosue (Heartbleed)