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

Clarify that -sC is superseded by --script. See #2940

This commit is contained in:
nnposter
2024-12-02 02:31:39 +00:00
parent 65e0368740
commit 6cf1290112

View File

@@ -2310,10 +2310,14 @@ way.</para>
<listitem>
<para>Performs a script scan using the default set of scripts. It is
equivalent to <option>--script=default</option>. Some of the
scripts in this category are considered intrusive and should
not be run against a target network without permission. </para>
<para>Performs a script scan using the default set of scripts. It is
equivalent to <option>--script=default</option>. Some of the scripts
in this category are considered intrusive and should not be run against
a target network without permission.</para>
<para>Note that this shorthand option is ignored whenever at least one
<option>--script</option> is also specified.</para>
</listitem>
</varlistentry>