Skip to content

Commit 8c46c59

Browse files
author
sagishahar
committed
Add support to Windows 8
Verified with Windows 8 Enterprise Evaluation
1 parent 5c0fb27 commit 8c46c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/escalate/bypassuac.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run
5050
vuln = false
5151
sysinfo = session.sys.config.sysinfo
5252
winver = sysinfo["OS"]
53-
affected = [ 'Windows Vista', 'Windows 7', 'Windows 2008' ]
53+
affected = [ 'Windows Vista', 'Windows 7', 'Windows 2008', 'Windows 8' ]
5454
affected.each { |v|
5555
if winver.include? v
5656
vuln = true

0 commit comments

Comments
 (0)