mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
@@ -2543,6 +2543,9 @@ void printfinaloutput() {
|
||||
log_write(LOG_PLAIN, "OS detection performed. Please report any incorrect results at https://nmap.org/submit/ .\n");
|
||||
else if (o.servicescan)
|
||||
log_write(LOG_PLAIN, "Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .\n");
|
||||
else if (o.udpscan && o.defeat_icmp_ratelimit)
|
||||
log_write(LOG_PLAIN, "WARNING: Some ports marked closed|filtered may actually be open. For more accurate results, do not use --defeat-icmp-ratelimit .\n");
|
||||
|
||||
}
|
||||
|
||||
log_write(LOG_STDOUT | LOG_SKID,
|
||||
|
||||
Reference in New Issue
Block a user