Fix check
parent
66ca906bfb
commit
4de5e475c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue