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