Adds unsupported Vista versions

bug/bundler_fix
Meatballs 2013-08-08 19:58:40 +01:00
parent 08c32c250f
commit d64352652f
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,10 @@ class Metasploit3 < Msf::Exploit::Local
return Exploit::CheckCode::Vulnerable if revision < 6404
when 3790
return Exploit::CheckCode::Vulnerable if revision < 5174
when 6000
return Exploit::CheckCode::Vulnerable
when 6001
return Exploit::CheckCode::Vulnerable
when 6002
if branch == 18
return Exploit::CheckCode::Vulnerable if revision < 18861