From a85151470d89e6417a763fa4d1a830c95d2a28e2 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 9 Apr 2008 05:20:11 +0000 Subject: [PATCH] Whoops, updating docs for r7098 (NSE unfiltered port selection) --- docs/scripting.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 4c6f83f05..c23a64f6b 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -531,7 +531,8 @@ license = "Same as Nmap--See http://nmap.org/man/man-legal.html" evaluates to true, the script action is performed. Otherwise the action is skipped. Port rules are only matched against TCP or UDP ports in the - open or open|filtered + open, open|filtered or + unfiltered states. Host rules are matched exactly once against every scanned host. The action, like the rule, is a Lua function, which takes a host and port table as arguments. If the script is