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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user