1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +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> <listitem>
<para>Performs a script scan using the default set of scripts. It is <para>Performs a script scan using the default set of scripts. It is
equivalent to <option>--script=default</option>. Some of the equivalent to <option>--script=default</option>. Some of the scripts
scripts in this category are considered intrusive and should in this category are considered intrusive and should not be run against
not be run against a target network without permission. </para> 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> </listitem>
</varlistentry> </varlistentry>