mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Document some undocumented script-args.
This commit is contained in:
@@ -76,6 +76,7 @@ end
|
||||
|
||||
action = function(host, port)
|
||||
|
||||
--TODO: prefix this with SCRIPT_NAME and document it.
|
||||
local maxpagecount = stdnse.get_script_args("maxpagecount") or 40
|
||||
|
||||
local crawler = httpspider.Crawler:new(host, port, '/', { scriptname = SCRIPT_NAME,
|
||||
|
||||
Reference in New Issue
Block a user