Add Windows 8 support

Verified with Windows 8 Enterprise Evaluation
unstable
sagishahar 2012-10-29 20:12:47 +02:00
parent 8c46c59142
commit 53c7479d70
1 changed files with 1 additions and 1 deletions

View File

@ -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