Skip to content

Commit 3101564

Browse files
committed
Enable support for windows 8 in the exploit
1 parent a4efa77 commit 3101564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/local/capcom_sys_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def initialize(info={})
5151
end
5252

5353
def check
54-
if sysinfo['OS'] !~ /windows 7/i
54+
if sysinfo['OS'] !~ /windows (7|8)/i
5555
return Exploit::CheckCode::Unknown
5656
end
5757

0 commit comments

Comments
 (0)