mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 11:49:01 +00:00
Nmap 4.20, woohoo
This commit is contained in:
@@ -1398,7 +1398,7 @@ void printosscanoutput(Target *currenths) {
|
||||
}
|
||||
} else if (FPR->overall_results == OSSCAN_TOOMANYMATCHES || (FPR->num_perfect_matches > 8 && !o.debugging)) {
|
||||
log_write(LOG_NORMAL|LOG_SKID|LOG_STDOUT,"Too many fingerprints match this host to give specific OS details\n");
|
||||
if (o.debugging || o.verbose) {
|
||||
if (o.debugging || o.verbose > 1) {
|
||||
log_write(LOG_NORMAL|LOG_SKID|LOG_STDOUT,"TCP/IP fingerprint by osscan system #%d:\n%s",
|
||||
osscanSys, mergeFPs(FPR->FPs, FPR->numFPs, false,
|
||||
currenths->v4hostip(), distance, currenths->MACAddress(),
|
||||
|
||||
Reference in New Issue
Block a user