parent
8c46c59142
commit
53c7479d70
|
@ -56,7 +56,7 @@ class Metasploit3 < Msf::Exploit::Local
|
|||
#
|
||||
vuln = false
|
||||
winver = sysinfo["OS"]
|
||||
affected = [ 'Windows Vista', 'Windows 7', 'Windows 2008' ]
|
||||
affected = [ 'Windows Vista', 'Windows 7', 'Windows 2008', 'Windows 8' ]
|
||||
affected.each { |v|
|
||||
if winver.include? v
|
||||
vuln = true
|
||||
|
|
Loading…
Reference in New Issue