sslscan icon indicating copy to clipboard operation
sslscan copied to clipboard

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

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

sslscan lists all failed and rejected ciphers regardless of --no-failed Repro: ``` $ sslscan --no-failed github.com Loaded 'test' successfully Loaded 'legacy' successfully Loaded 'legacy_xml' successfully Loaded 'report' successfully _ ___...

Its usual to name release download files after the project rather than just the version number. The latest is called "1.10.2.tar.gz" which extracts to the directory "sslscan-1.10.2". Could you rename...

I use this tool to inspect certificates for their expiration dates, and it works great. A nice improvement for my case would be to further minimize the work (and hence...

Without this patch, DESTDIR is not passed to python setup.py, so build systems that use a staging sandbox prior to installing in real-root, such as Gentoo, cannot build+install it. Note,...

To determine which TLS ciphersuites are supported by a server, it is not needed to do a full TLS handshake and therefore to actually be able to support the ciphersuite....

If a TLS server does not have a cipher preference, it uses the first client's cipher that it supports. Therefore it is actually not a preferred server cipher in this...

Most linux flavors ship openssl without sslv2 support, however, to check wether sslv2 is deactivated on legacy servers supporting sslv2 is quite useful. I installed openssl from source to /opt/openssl...

Draw a ASCII progress bar to indicate the status of the scan process.

enhancement

The sslscan fork from rbsec(https://github.com/rbsec/sslscan/) has support for a nice and colourful output format. This format should be added as a new output handler.

enhancement