mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Don't translate service fingerprints in skiddie output
This commit is contained in:
parent
d76f88319e
commit
aedc357f79
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue