mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 01:49:03 +00:00
Fixed errors found by nse_check_globals.
This commit is contained in:
@@ -106,7 +106,7 @@ action = function (host, port)
|
||||
-- 0x51 : Returndata
|
||||
return false, "No return data received from server";
|
||||
end
|
||||
data = registry.out.dis.bReader.readBuffer;
|
||||
local data = registry.out.dis.bReader.readBuffer;
|
||||
|
||||
if string.find(data, "RMI class loader disabled") == nil then
|
||||
rmi_vuln.state = vulns.STATE.VULN;
|
||||
|
||||
Reference in New Issue
Block a user