mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
changed a comment
git-svn-id: file:///home/svn/framework3/trunk@8152 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
52b71077d3
commit
7c402d1d79
@ -259,7 +259,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
end
|
||||
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\.384/)
|
||||
return Exploit::CheckCode::Vulnerable if (version =~ /8\.00\.534/)
|
||||
|
Loading…
Reference in New Issue
Block a user