diff --git a/scripts/snmp-brute.nse b/scripts/snmp-brute.nse index 0781ba53d..0597ffdca 100644 --- a/scripts/snmp-brute.nse +++ b/scripts/snmp-brute.nse @@ -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