1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 12:29:03 +00:00

o Removed --interactive mode, a miniature shell whose primary purpose

was to hide command line arguments from the process list. It had
  been broken (would segfault during the second scan) since before May
  2009 until February 2010 and was rarely used. The fact that it was
  broken was reported by Juan Carlos Castro y Castro.

See http://seclists.org/nmap-dev/2009/q2/464 and
http://seclists.org/nmap-dev/2010/q1/688 for report and discussion.
This commit is contained in:
david
2010-04-01 03:33:14 +00:00
parent 5f5b0fd0b0
commit 6ba24a5a36
6 changed files with 35 additions and 238 deletions

View File

@@ -182,7 +182,6 @@ class NmapOps {
int spoofsource; /* -S used */
int fastscan;
char device[64];
int interactivemode;
int ping_group_sz;
int nogcc; /* Turn off group congestion control with --nogcc */
int generate_random_ips; /* -iR option */