mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 07:29:03 +00:00
Version detection used to omit the "ssl/" service name prefix if an
SSL-tunneled port didn't respond to any version probes. Now it keeps "ssl/" as an indication that SSL was discovered, even if the service behind it wasn't identified. Kristof Boeynaems reported the problem and contributed a patch.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Version detection used to omit the "ssl/" service name prefix if an
|
||||
SSL-tunneled port didn't respond to any version probes. Now it keeps
|
||||
"ssl/" as an indication that SSL was discovered, even if the service
|
||||
behind it wasn't identified. Kristof Boeynaems reported the problem
|
||||
and contributed a patch.
|
||||
|
||||
o [Ncat] The --talk option has been renamed --chat. --talk remains as an
|
||||
undocumented alias.
|
||||
|
||||
|
||||
@@ -2310,7 +2310,6 @@ list<ServiceNFO *>::iterator svc;
|
||||
*(*svc)->devicetype_matched? (*svc)->devicetype_matched : NULL,
|
||||
shouldWePrintFingerprint(*svc) ? (*svc)->getServiceFingerprint(NULL) : NULL);
|
||||
} else {
|
||||
if ((*svc)->getServiceFingerprint(NULL))
|
||||
(*svc)->port->setServiceProbeResults((*svc)->probe_state, NULL,
|
||||
(*svc)->tunnel, NULL, NULL, NULL, NULL, NULL, NULL,
|
||||
(*svc)->getServiceFingerprint(NULL));
|
||||
|
||||
Reference in New Issue
Block a user