Skip to content
/ TLScan Public
forked from ThreatLabsNL/TLScan

Pure python, SSL/TLS protocol and cipher scanner/enumerator.

License

Notifications You must be signed in to change notification settings

N1ck3nd/TLScan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLScan

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.

Installation

git clone https://github.com/N1ck3nd/TLScan.git
cd TLScan
pip3 install -r requirements.txt

Usage

To use TLScan, simply run the script and provide the target hostname or IP address as a parameter.

python3 TLScan3.py <target>

Compatibility

TLScan is only compatible with Python 3.

License

TLScan is licensed under the MIT License.

Acknowledgements

TLScan was originally developed by ThreatLabsNL.

About

Pure python, SSL/TLS protocol and cipher scanner/enumerator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%