fix check method

bug/bundler_fix
Christian Mehlmauer 2015-12-16 07:26:25 +01:00
parent 595645bcd7
commit 01b943ec93
No known key found for this signature in database
GPG Key ID: DCF54A05D6E62591
1 changed files with 1 additions and 1 deletions

View File

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