mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 23:17:48 +00:00
starting to make major updates to nmap-os-db, various fixes to the related tools
This commit is contained in:
parent
6dedc52a1d
commit
02aaa51e19
3 changed files with 317 additions and 13 deletions
|
|
@ -143,7 +143,7 @@ int main(int argc, char *argv[]) {
|
|||
if (!testFP) fatal("Sorry -- failed to parse the so-called fingerprint you entered");
|
||||
|
||||
if ((rc = remove_duplicate_tests(testFP))) {
|
||||
printf("[WARN] Adjusted fingerprint due to %d duplicated tests (we only look at the first).\n", rc);
|
||||
printf("[WARN] Adjusted fingerprint due to %d duplicated tests (we only look at the one with the most attributes).\n", rc);
|
||||
}
|
||||
|
||||
/* Now we find the matches! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue