TLS scanner to enumerate TLS/SSL protocol version and cipher-suite support that does not rely on external dependencies (e.g. OpenSSL).
- Using pip:
pip install tlscan
- Using pipx:
pipx install tlscan
- Clone the source repository
git clone https://github.com/ThreatLabsNL/TLScan
and runpip install .
from the project directory.