No debug.

GSoC/Meterpreter_Web_Console
Quentin Kaiser 2018-10-29 13:44:16 +01:00
parent e36b027b1f
commit e76f3ab22f
1 changed files with 1 additions and 1 deletions

View File

@ -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