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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user