Add Windows 10 entry to the version check regex
parent
1256a5bc88
commit
3898d11aa7
|
@ -90,7 +90,7 @@ module Msf::Post::Windows::Priv
|
|||
uac = false
|
||||
winversion = session.sys.config.sysinfo['OS']
|
||||
|
||||
if winversion =~ /Windows (Vista|7|8|2008|2012)/
|
||||
if winversion =~ /Windows (Vista|7|8|2008|2012|10)/
|
||||
unless is_system?
|
||||
begin
|
||||
enable_lua = registry_getvaldata(
|
||||
|
|
Loading…
Reference in New Issue