Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 362 Bytes

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.