In this demonstration, we will inspect vulnerable security configurations with HTTPS. The tool we will be using is SSLScan. Follow these steps to perform the scan.
Secure communication scan with SSLScan
Step 1 – SSLScan setup
SSLSCan is a C program that can be downloaded with git clone:
$ git clone https://github.com/rbsec/sslscan
Once it's downloaded on Linux, use make static to build the SSLSCan tool:
$ make static
Step 2 – SSLScan scan
To execute sslscan, we will specify the output as XML, and also specify the target website's URL:
$ sslscan...