How to Install sslscan in Ubuntu 18.04



Install sslscan by entering the following commands in the terminal:

sudo apt update
sudo apt install sslscan

Description:

Fast SSL scanner

SSLScan queries SSL services, such as HTTPS, in order to determine the ciphers that are supported. SSLScan is designed to be easy, lean and fast. The output includes preferred ciphers of the SSL service, the certificate and is in text and XML formats.

Homepage: https://github.com/rbsec/sslscan

Version: 1.11.5-rbsec-1.1

Section: universe/utils