1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

Document some undocumented script-args

This commit is contained in:
dmiller
2013-03-05 22:31:39 +00:00
parent fdb0f775e2
commit f42dde7ba2
8 changed files with 12 additions and 4 deletions

View File

@@ -188,7 +188,6 @@ action = function( host, port )
local uservar = stdnse.get_script_args('http-form-brute.uservar')
local passvar = stdnse.get_script_args('http-form-brute.passvar')
local path = stdnse.get_script_args('http-form-brute.path') or "/"
local force = stdnse.get_script_args("http-form-brute.force")
local onsuccess = stdnse.get_script_args("http-form-brute.onsuccess")
local onfailure = stdnse.get_script_args("http-form-brute.onfailure")