1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Document that --open implies --defeat-rst-ratelimit since 7.40

This commit is contained in:
dmiller
2020-07-23 21:16:13 +00:00
parent c4f9e48dd3
commit 99220fe0bc

View File

@@ -4012,8 +4012,6 @@ even if this option is not specified.
</term> </term>
<listitem> <listitem>
<para>Sometimes you only care about ports you can actually connect to <para>Sometimes you only care about ports you can actually connect to
(<literal>open</literal> ones), and don't want results cluttered with (<literal>open</literal> ones), and don't want results cluttered with
<literal>closed</literal>, <literal>filtered</literal>, and <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. <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>
<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> </listitem>
</varlistentry> </varlistentry>