1
0
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:
dmiller
2020-11-15 04:57:44 +00:00
parent 7400723efa
commit 0de714e8d3
6 changed files with 16 additions and 4 deletions

View File

@@ -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;