Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about SSLScan on Windows #93

Closed
verantgoten opened this issue Mar 25, 2016 · 1 comment
Closed

Question about SSLScan on Windows #93

verantgoten opened this issue Mar 25, 2016 · 1 comment

Comments

@verantgoten
Copy link

I'm simply wondering what versions of TLS SSLScan scans for. The scan results specify SSL2 and SSL3, but only lists "TLS" for TLS. We want to be able to test for TLS v1 and TLS v1.1.

@rbsec
Copy link
Owner

rbsec commented Mar 25, 2016

Which version of sslscan are you using? TLSv1.1 and 1.2 support was added a long time ago, and is explicitly stated in the output:

$ wine sslscan.exe localhost
Version: 1.11.0 Windows 64-bit (Mingw)
OpenSSL 1.0.2 22 Jan 2015
<...>
  Supported Server Cipher(s):
Preferred TLSv1.2  256 bits  ECDHE-RSA-AES256-GCM-SHA384   Curve P-256 DHE 256
Accepted  TLSv1.2  256 bits  DHE-RSA-AES256-GCM-SHA384     DHE 2048 bits
Accepted  TLSv1.2  256 bits  AES256-GCM-SHA384            
Accepted  TLSv1.2  128 bits  ECDHE-RSA-AES128-GCM-SHA256   Curve P-256 DHE 256
Accepted  TLSv1.2  128 bits  DHE-RSA-AES128-GCM-SHA256     DHE 2048 bits
Accepted  TLSv1.2  128 bits  AES128-GCM-SHA256            

@rbsec rbsec closed this as completed Apr 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants