1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 19:39:07 +00:00

Document the "broadcast" script category.

This commit is contained in:
david
2011-01-13 06:21:55 +00:00
parent a0f2fdbdb3
commit 291ab7488d

View File

@@ -227,6 +227,7 @@ Black Hat Briefings in 2010.</para>
<para>NSE scripts define a list of categories they belong to.
Currently defined categories are
<literal>auth</literal>,
<literal>broadcast</literal>,
<literal>default</literal>.
<literal>discovery</literal>,
<literal>dos</literal>,
@@ -253,6 +254,21 @@ Black Hat Briefings in 2010.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<indexterm><primary sortas="broadcast script category">&ldquo;<literal>broadcast</literal>&rdquo; script category</primary></indexterm>
<option>broadcast</option>
</term>
<listitem>
<para>Scripts in this category typically do discovery of hosts
not listed on the command line by broadcasting on the local network.
Use the
<varname>newtargets</varname><indexterm><primary><varname>newtargets</varname> script argument</primary></indexterm>
script argument to allow these scripts to automatically add the
hosts they discover to the Nmap scanning queue.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<indexterm><primary sortas="default script category">&ldquo;<literal>default</literal>&rdquo; script category</primary></indexterm>