From 12bb72482e5b146bfa183d74298e9fe0267e02cf Mon Sep 17 00:00:00 2001 From: Ryan Ries Date: Tue, 4 Nov 2014 14:00:28 -0600 Subject: [PATCH] Updated readme Updated reamde --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0f982b2..280eff0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ It is very similar to a program named sslscan (http://sourceforge.net/projects/s 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](./screen1.PNG) ![Screenshot](./screen2.PNG)