Most web applications today use SSL to communicate with the server. SSLscan is a great tool to check SSL for flaws or misconfigurations.
In this recipe, we will learn how to use SSLScan to perform an analysis of SSL configured on the website.
Most web applications today use SSL to communicate with the server. SSLscan is a great tool to check SSL for flaws or misconfigurations.
In this recipe, we will learn how to use SSLScan to perform an analysis of SSL configured on the website.
Let's perform the following steps:
sslscan -h
The following screenshot shows the output of the preceding command:
sslscan host.com:port
The following screenshot shows the output of the preceding command and we can see various types of information on the SSL protocol implemented on google.com:
As we can see from...