sslscan
Check SSL/TLS protocols and ciphers supported by a server. More information: <https://github.com/rbsec/sslscan>.
Install
- All systems
-
curl cmd.cat/sslscan.sh
- Debian
-
apt-get install sslscan
- Ubuntu
-
apt-get install sslscan
- Arch Linux
-
pacman -S sslscan
- Kali Linux
-
apt-get install sslscan
- Fedora
-
dnf install sslscan
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sslscan
- OS X
-
brew install sslscan
- Raspbian
-
apt-get install sslscan
- Dockerfile
- dockerfile.run/sslscan
Check SSL/TLS protocols and ciphers supported by a server. More information: <https://github.com/rbsec/sslscan>.
-
Test a server on port 443:
sslscan example.com
-
Test a specified port:
sslscan example.com:465
-
Show certificate information:
testssl --show-certificate example.com
© tl;dr; authors and contributors