1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-11 10:19:03 +00:00

Whoops, updating docs for r7098 (NSE unfiltered port selection)

This commit is contained in:
kris
2008-04-09 05:20:11 +00:00
parent 5551c5a311
commit a85151470d

View File

@@ -531,7 +531,8 @@ license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
evaluates to <literal>true</literal>, the script action evaluates to <literal>true</literal>, the script action
is performed. Otherwise the action is skipped. Port rules are is performed. Otherwise the action is skipped. Port rules are
only matched against TCP or UDP ports in the only matched against TCP or UDP ports in the
<literal>open</literal> or <literal>open|filtered</literal> <literal>open</literal>, <literal>open|filtered</literal> or
<literal>unfiltered</literal>
states. Host rules are matched exactly once against every states. Host rules are matched exactly once against every
scanned host. The action, like the rule, is a Lua function, scanned host. The action, like the rule, is a Lua function,
which takes a host and port table as arguments. If the script is which takes a host and port table as arguments. If the script is