No debug.

This commit is contained in:
Quentin Kaiser
2018-10-29 13:44:16 +01:00
parent e36b027b1f
commit e76f3ab22f
@@ -56,7 +56,7 @@ class MetasploitModule < Msf::Exploit::Remote
if res and res.code == 200
begin
agent_info = JSON.parse(res.body)
if agent_info["DebugConfig"]["DisableRemoteExec"] == false
if agent_info["Config"]["DisableRemoteExec"] == false
return Exploit::CheckCode::Vulnerable
else
return Exploit::CheckCode::Safe