Land #11573, Windows 2019 support in Windows::Priv
parent
1acff72f22
commit
47dfac8620
|
@ -127,7 +127,7 @@ module Msf::Post::Windows::Priv
|
|||
uac = false
|
||||
winversion = session.sys.config.sysinfo['OS']
|
||||
|
||||
if winversion =~ /Windows (Vista|7|8|2008|2012|10|2016)/
|
||||
if winversion =~ /Windows (Vista|7|8|2008|2012|10|2016|2019)/
|
||||
unless is_system?
|
||||
begin
|
||||
enable_lua = registry_getvaldata(
|
||||
|
|
Loading…
Reference in New Issue