mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
Nmap now does better OS detection guesses when there isn't an exact match because it uses the point system (MatchPoints) now given in nmap-os-db
This commit is contained in:
@@ -174,8 +174,8 @@ class NmapOps {
|
||||
int interactivemode;
|
||||
int ping_group_sz;
|
||||
int generate_random_ips; /* -iR option */
|
||||
FingerPrint **reference_FPs1; /* Used in the old OS scan system. */
|
||||
FingerPrint **reference_FPs; /* Used in the new OS scan system. */
|
||||
FingerPrintDB *reference_FPs1; /* Used in the old OS scan system. */
|
||||
FingerPrintDB *reference_FPs; /* Used in the new OS scan system. */
|
||||
u16 magic_port;
|
||||
unsigned short magic_port_set; /* Was this set by user? */
|
||||
int num_ping_synprobes;
|
||||
|
||||
Reference in New Issue
Block a user