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 updatesudo apt-get install sslscan - OS X
-
brew install sslscan - Raspbian
-
apt-get install 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