mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
New option --unique to prevent scanning same address twice. See #2180
This commit is contained in:
parent
7400723efa
commit
0de714e8d3
6 changed files with 16 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue