Fix check

unstable
sinn3r 2013-01-31 02:15:50 -06:00
parent 66ca906bfb
commit 4de5e475c3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class Metasploit3 < Msf::Exploit::Remote
def check
res = send_request_raw({'uri'=>normalize_uri(target_uri.path)})
res = send_request_raw({'uri'=>normalize_uri(target_uri.host)})
if res and res.body =~ /\<title\>Scrutinizer\<\/title\>/ and
res.body =~ /\<div id\=\'.+\'\>Scrutinizer 9\.[0-5]\.[0-1]\<\/div\>/
return Exploit::CheckCode::Vulnerable