ssts-chk
SSL / TLS Checking Tool written in Python3. This tool will perform the following functions:
- Connect the target given
- Analyze the secure connection SSL/TLS protocol
- Analyze the available ciphers for the connection
- Test each cipher per protocol
- Reconnect and analyze the certificate itself for items such as:
- Issuer information
- Subject Information
- Hashing / key information
- Alternative names
- Versrion & Serial numbers
- Key Valid / Expire dates
Getting Started
git clone https://github.com/RackunSec/sstls-chk.git
cd sstls-chk
chmod +x sstls-chk.py
./sstls-chk.py (URL|domain:port)
TODO
- Add more features
Make a requirements.txt file