1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

o [NSE] Improved error handling and reporting and re-designed communication

class in RPC library with patch from Djalal Harouni. [Patrik]
This commit is contained in:
patrik
2010-04-22 20:25:38 +00:00
parent c0456bb22e
commit 71ca5cceba
7 changed files with 854 additions and 591 deletions

View File

@@ -31,7 +31,7 @@ action = function(host, port)
local status, rpcinfo = rpc.Helper.RpcInfo( host, port )
if ( not(status) ) then
return
return stdnse.format_output(false, rpcinfo)
end
for progid, v in pairs(rpcinfo) do