comment about the original discoverer updated

unstable
jvazquez-r7 2012-12-03 21:44:35 +01:00
parent 2cb824d62d
commit 8a9ad4253a
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote
SERVICE privileges.
},
'Author' => [
'Unknown', # Vulnerability discovery, http://webstersprodigy.net/ ?
'Unknown', # Vulnerability discovery, maybe Richard Lundeen from http://webstersprodigy.net/ ?
'juan vazquez' # Metasploit module
],
'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
end
return Exploit::CheckCode::Safe