mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix snmp-brute output
This commit is contained in:
parent
aa840a1b8c
commit
daf8c58a79
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ action = function(host, port)
|
|||
end
|
||||
|
||||
-- return output
|
||||
return tostring(c)
|
||||
return c:getTable()
|
||||
else
|
||||
stdnse.debug1("An error occurred: "..result.msg)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue