mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
xml output support for http-drupal-modules.nse
This commit is contained in:
parent
1f869e32df
commit
e3db186435
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ end
|
|||
|
||||
action = function(host, port)
|
||||
local root = stdnse.get_script_args(SCRIPT_NAME .. '.root') or "/"
|
||||
local result = {}
|
||||
local result = stdnse.output_table()
|
||||
local all = {}
|
||||
local requests = {}
|
||||
local count = 0
|
||||
|
|
@ -138,5 +138,5 @@ action = function(host, port)
|
|||
end
|
||||
end
|
||||
|
||||
return stdnse.format_output(true,result)
|
||||
return result
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue