sslscan icon indicating copy to clipboard operation
sslscan copied to clipboard

sslscan tests SSL/TLS enabled services to discover supported cipher suites

Results 8 sslscan issues
Sort by recently updated
recently updated
newest added

Add support for delayed SSL connections. This supports scanning flaky devices and those with shady DoS protections.

Fixing the empty client-cipher tags in the XML output to be properly closed.

Worked with craSH to get this compile (easily) under cygwin. Wanted to make it accessible to Windows users to be able to audit SSL. Also added a pre-compiled binary that...

The following unified diff fixes two issues: 1) Redhat (and CentOS) OpenSSL does not include Elliptic Curve crypto. This patch only checks EC crypto if it is available. 2) The...

The target file "all.txt" is a file in the current directory. mask$~/src/sslscan>./sslscan --targets=all.txt --xml=all.xml _ ___ **_| |**_ ___ __ _ _ __ / **/ __| / __|/ __/ _`...

Hi again, another issue I noticed with both the original version and the fork: certificate verification doesn't seem to work. sslscan always reports "self signed certificate in certificate chain". The...

Hi, thanks for all the work you're doing to improve sslscan. While you're at it, I have a weird problem with sslscan both with the original version and with your...