Skip to content

Commit 53c7479

Browse files
author
sagishahar
committed
Add Windows 8 support
Verified with Windows 8 Enterprise Evaluation
1 parent 8c46c59 commit 53c7479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/local/bypassuac.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def exploit
5656
#
5757
vuln = false
5858
winver = sysinfo["OS"]
59-
affected = [ 'Windows Vista', 'Windows 7', 'Windows 2008' ]
59+
affected = [ 'Windows Vista', 'Windows 7', 'Windows 2008', 'Windows 8' ]
6060
affected.each { |v|
6161
if winver.include? v
6262
vuln = true

0 commit comments

Comments
 (0)