TLScan is a TLS scanner designed to enumerate TLS/SSL protocol versions and cipher suite support. It provides color highlighting by using the ciphersuite.info API for easy identification of supported protocols and cipher suites.
git clone https://github.com/N1ck3nd/TLScan.git
cd TLScan
pip3 install -r requirements.txt
To use TLScan, simply run the script and provide the target hostname or IP address as a parameter.
python3 TLScan3.py <target>
TLScan is only compatible with Python 3.
TLScan is licensed under the MIT License.
TLScan was originally developed by ThreatLabsNL.