mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Removed some comments which were causing the action function to be documented in a non-useful way on the web. It should have probably used just two dashes rather than starting with 3 and becoming an nsedoc comment. But since it just said MAIN, I simply removed the comment lines
This commit is contained in:
parent
13a31a8cb9
commit
e165a0e39f
1 changed files with 1 additions and 3 deletions
|
|
@ -105,9 +105,7 @@ local function extract_credentials(host, port, body)
|
|||
end
|
||||
return false, "Credentials were not found."
|
||||
end
|
||||
---
|
||||
--MAIN
|
||||
---
|
||||
|
||||
action = function(host, port)
|
||||
local outfile = stdnse.get_script_args("http-axis2-dir-traversal.outfile")
|
||||
local rfile = stdnse.get_script_args("http-axis2-dir-traversal.file") or DEFAULT_FILE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue