comment about the original discoverer updated
parent
2cb824d62d
commit
8a9ad4253a
|
@ -27,7 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
SERVICE privileges.
|
SERVICE privileges.
|
||||||
},
|
},
|
||||||
'Author' => [
|
'Author' => [
|
||||||
'Unknown', # Vulnerability discovery, http://webstersprodigy.net/ ?
|
'Unknown', # Vulnerability discovery, maybe Richard Lundeen from http://webstersprodigy.net/ ?
|
||||||
'juan vazquez' # Metasploit module
|
'juan vazquez' # Metasploit module
|
||||||
],
|
],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
|
@ -97,7 +97,7 @@ return "#{fingerprint}";
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
if res and res.code == 200 and res.body =~ /#{fingerprint}/ and res.body !~ /Error/
|
if res and res.code == 200 and res.body =~ /#{fingerprint}/ and res.body ! /Error/
|
||||||
return Exploit::CheckCode::Vulnerable
|
return Exploit::CheckCode::Vulnerable
|
||||||
end
|
end
|
||||||
return Exploit::CheckCode::Safe
|
return Exploit::CheckCode::Safe
|
||||||
|
|
Loading…
Reference in New Issue