sslscan

Check SSL/TLS protocols and ciphers supported by a server. More information: <https://github.com/rbsec/sslscan>.

Debian Debian
RUN apt-get update && \ apt-get install -y sslscan
Ubuntu
RUN apt-get update && \ apt-get install -y sslscan
Arch Arch Linux
RUN pacman -S --noconfirm sslscan
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y sslscan
Fedora
RUN dnf install -y sslscan
Raspbian
RUN apt-get update && \ apt-get install -y sslscan
click the source code to copy install sslscan on any operating system with command-not-found.com