mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 12:59:02 +00:00
New option --unique to prevent scanning same address twice. See #2180
This commit is contained in:
@@ -298,6 +298,7 @@ void NmapOps::Initialize() {
|
||||
deprecated_xml_osclass = false;
|
||||
always_resolve = false;
|
||||
resolve_all = false;
|
||||
unique = false;
|
||||
dns_servers = NULL;
|
||||
implicitARPPing = true;
|
||||
numhosts_scanned = 0;
|
||||
|
||||
Reference in New Issue
Block a user