mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Fix snmp-brute output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user