1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +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:
fyodor
2011-07-26 21:35:20 +00:00
parent 13a31a8cb9
commit e165a0e39f

View File

@@ -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