1
0
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:
david
2009-04-25 03:24:00 +00:00
parent ea388dc454
commit d122b91891
3 changed files with 16 additions and 0 deletions

View File

@@ -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?