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:
@@ -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">“<literal>broadcast</literal>” 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">“<literal>default</literal>” script category</primary></indexterm>
|
||||
|
||||
Reference in New Issue
Block a user