mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +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:
parent
5f5b0fd0b0
commit
6ba24a5a36
6 changed files with 35 additions and 238 deletions
|
|
@ -4167,31 +4167,6 @@ hosts with at least one
|
|||
</varlistentry>
|
||||
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--interactive</option> (Start in interactive mode)
|
||||
<indexterm><primary><option>--interactive</option></primary></indexterm>
|
||||
<indexterm><primary><option>interactive mode</option></primary></indexterm>
|
||||
</term>
|
||||
<listitem>
|
||||
|
||||
<para>Starts Nmap in interactive mode, which offers an
|
||||
interactive Nmap prompt allowing easy launching of
|
||||
multiple scans (either synchronously or in the
|
||||
background). This is useful for people who scan from
|
||||
multi-user systems as they often want to test their
|
||||
security without letting everyone else on the system know
|
||||
exactly which systems they are scanning. Use
|
||||
<option>--interactive</option> to activate this mode and then type <keycap>h</keycap> for
|
||||
help. This option is rarely used because proper shells
|
||||
are usually more familiar and feature-complete. This option
|
||||
includes a bang (!) operator for executing shell commands,
|
||||
which is one of many reasons not to install Nmap
|
||||
setuid root.<indexterm><primary>setuid, why Nmap shouldn't be</primary></indexterm>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>-V</option>; <option>--version</option> (Print version number)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue