Enable support for windows 8 in the exploit

bug/bundler_fix
OJ 2016-10-04 16:27:33 +10:00
parent a4efa77878
commit 3101564a0a
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class MetasploitModule < Msf::Exploit::Local
end
def check
if sysinfo['OS'] !~ /windows 7/i
if sysinfo['OS'] !~ /windows (7|8)/i
return Exploit::CheckCode::Unknown
end