I am running nmap to probe services that use SSL.¹
In order to detect vulnerability in non-standard ports, I am using the -sV
option to perform service discovery. But it is very slow since it runs several probes per open port. How to make it more efficient and quicker by running only SSL probes?
¹ Specifically, I am evaluating Heartbleed vulnerability at our site by running the nmap ssl-heartbleed
script.