fix check method
parent
595645bcd7
commit
01b943ec93
|
@ -91,7 +91,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
res = send_request_cgi({'uri' => normalize_uri(target_uri.path, 'plugins', 'system', 'cache', 'cache.xml') })
|
||||
return Exploit::CheckCode::Detected if res && res.code == 200 && res.body && res.body.include?('<author>Joomla! Project</author>')
|
||||
|
||||
Exploit::CheckCode::Safe
|
||||
Exploit::CheckCode::Unknown
|
||||
end
|
||||
|
||||
def get_payload
|
||||
|
|
Loading…
Reference in New Issue