December 2017
Intermediate to advanced
860 pages
16h 1m
English
Metasploit contains the SSL scanner module that can uncover a variety of information related to the SSL service on a target. Let us quickly set up and run the module as follows:

We have the SSL module from auxiliary/scanner/http, as shown in the preceding screenshot. We can now set the RHOSTS, a number of threads to run, and RPORT if it is not 443, and execute the module as follows:

Analyzing the preceding output, we can see that we have a self-signed certificate in place on the IP address 192.168.1.8 and ...
Read now
Unlock full access