mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Don't translate service fingerprints in skiddie output
This commit is contained in:
@@ -854,7 +854,7 @@ void printportoutput(const Target *currenths, const PortList *plist) {
|
||||
for (i = 0; i < numfps; i++) {
|
||||
if (numfps > 1)
|
||||
log_write(LOG_PLAIN, "==============NEXT SERVICE FINGERPRINT (SUBMIT INDIVIDUALLY)==============\n");
|
||||
log_write(LOG_PLAIN, "%s\n", saved_servicefps[i]);
|
||||
log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT, "%s\n", saved_servicefps[i]);
|
||||
}
|
||||
}
|
||||
log_flush_all();
|
||||
|
||||
Reference in New Issue
Block a user