No debug.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user