All Projects → ryanries → SharpTLSScan

ryanries / SharpTLSScan

Licence: other
Scans servers for supported SSL and TLS versions and cipher suites. Also checks the server's certificate. Supports SSLv2 - TLSv1.2.

Programming Languages

C#
18002 projects
XML
50 projects

SharpTLSScan

This application scans a server to see what versions of SSL and TLS it supports, and which cipher suites.

It is very similar to a program named sslscan (http://sourceforge.net/projects/sslscan/) and sslscan-win (http://code.google.com/p/sslscan-win/) but those programs had not been updated in 5 years, and thus did not support TLS 1.1 or 1.2, which is why I wrote this tool.

You can download the source code here, or you can grab the executable from my blog https://www.myotherpcisacloud.com/post/2014/08/22/sharptlsscan-v12.aspx

Updated to v1.3. Changed all SSLv3 to YELLOW because Poodle. Removed the "Working..." text because it messes with stdout and that makes it more difficult for other programs to parse the output of this program if you want to use this program in an automated fashion. Added a NoSchannel argument, which bypasses the certificate and SChannel stuff and gets straight to the cipher scanning.

Screenshot

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].