mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Document that --open implies --defeat-rst-ratelimit since 7.40
This commit is contained in:
@@ -4012,8 +4012,6 @@ even if this option is not specified.
|
||||
</term>
|
||||
<listitem>
|
||||
|
||||
|
||||
|
||||
<para>Sometimes you only care about ports you can actually connect to
|
||||
(<literal>open</literal> ones), and don't want results cluttered with
|
||||
<literal>closed</literal>, <literal>filtered</literal>, and
|
||||
@@ -4027,6 +4025,13 @@ hosts with at least one
|
||||
<literal>unfiltered</literal> port, and only see ports in those states. These three states are treated just as they normally are, which means that <literal>open|filtered</literal> and <literal>unfiltered</literal> may be condensed into counts if there are an overwhelming number of them.
|
||||
</para>
|
||||
|
||||
<para>Beginning with Nmap 7.40, the <option>--open</option> option implies
|
||||
<indexterm><primary><option>--defeat-rst-ratelimit</option></primary></indexterm>
|
||||
<option>--defeat-rst-ratelimit</option>, because that option only affects
|
||||
<literal>closed</literal> and <literal>filtered</literal> ports, which are
|
||||
hidden by <option>--open</option>.
|
||||
</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user