No debug.
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
|
||||
|
|
Loading…
Reference in New Issue