From 291ab7488db63fb83453b6e42097a70a1b703675 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 13 Jan 2011 06:21:55 +0000 Subject: [PATCH] Document the "broadcast" script category. --- docs/scripting.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/scripting.xml b/docs/scripting.xml index 196f2d9cf..f4a67700f 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -227,6 +227,7 @@ Black Hat Briefings in 2010. NSE scripts define a list of categories they belong to. Currently defined categories are auth, + broadcast, default. discovery, dos, @@ -253,6 +254,21 @@ Black Hat Briefings in 2010. + + + broadcast” script category + + + + Scripts in this category typically do discovery of hosts + not listed on the command line by broadcasting on the local network. + Use the + newtargetsnewtargets script argument + script argument to allow these scripts to automatically add the + hosts they discover to the Nmap scanning queue. + + + default” script category