Adds unsupported Vista versions
parent
08c32c250f
commit
d64352652f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue