Share
## https://sploitus.com/exploit?id=FE222807-6EDA-5E00-A04C-98EFB685C38D
This is a tool for scanning SSL/TLS protocols and ciphers on a target server. The tool is called sslscan and is written in C. It is designed to be a command-line interface for scanning SSL/TLS protocols and ciphers on a target server. The tool can be built on various platforms, including Linux and Windows. 

The tool has several features, including:

Scanning for SSL/TLS protocols (SSLv2, SSLv3, TLSv1, TLSv1.1, TLSv1.2, and TLSv1.3)
Scanning for SSL/TLS ciphers (including CBC, 3DES, RC4, and NULL ciphers)
Scanning for PFS (Perfect Forward Secrecy) and GCM (Galois/Counter Mode) ciphers
Scanning for weak and medium-strength ciphers
Generating an XML output of the scan results

The tool can be built using the Makefile, which includes options for building on Linux and Windows. The tool can also be built using the Dockerfile, which includes options for building on Linux.

The tool has several dependencies, including OpenSSL and the zlib library. The tool can be built with or without the OpenSSL library, depending on the platform and the