mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Merge from /nmap-exp/david/nmap-ssl, /nmap-exp/david/ncat-ssl, and
/nmap-exp/david/nsock-ssl. This brings in secure SSL connections for Ncat. See http://seclists.org/nmap-dev/2009/q2/0183.html.
This commit is contained in:
@@ -2425,6 +2425,11 @@ int service_scan(vector<Target *> &Targets) {
|
||||
nsp_settrace(nsp, NSOCK_TRACE_LEVEL, o.getStartTime());
|
||||
}
|
||||
|
||||
#if HAVE_OPENSSL
|
||||
/* We don't care about connection security in version detection. */
|
||||
nsp_ssl_init_max_speed(nsp);
|
||||
#endif
|
||||
|
||||
launchSomeServiceProbes(nsp, SG);
|
||||
|
||||
// How long do we have before timing out?
|
||||
|
||||
Reference in New Issue
Block a user