mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Integrate the latest fingerprint submissions
This commit is contained in:
parent
e4ee4d5e4c
commit
c608b64dfd
7 changed files with 288 additions and 26 deletions
|
|
@ -126,7 +126,7 @@ static int checkFP(char *FP) {
|
|||
} else {
|
||||
tmp = *(p+3);
|
||||
if(tmp != 'Y') {
|
||||
printf("[WARN] One fingerprint is not good\n");
|
||||
printf("[WARN] One fingerprint is NOT GOOD (G=N)\n");
|
||||
founderr = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue