changed a comment

git-svn-id: file:///home/svn/framework3/trunk@8152 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-01-19 01:56:31 +00:00
parent 52b71077d3
commit 7c402d1d79
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ class Metasploit3 < Msf::Exploit::Remote
end end
print_status("@@version returned:\n\t" + version) print_status("@@version returned:\n\t" + version)
# TODO: add more versions # Any others?
return Exploit::CheckCode::Vulnerable if (version =~ /8\.00\.194/) return Exploit::CheckCode::Vulnerable if (version =~ /8\.00\.194/)
return Exploit::CheckCode::Vulnerable if (version =~ /8\.00\.384/) return Exploit::CheckCode::Vulnerable if (version =~ /8\.00\.384/)
return Exploit::CheckCode::Vulnerable if (version =~ /8\.00\.534/) return Exploit::CheckCode::Vulnerable if (version =~ /8\.00\.534/)