Skip to content

Commit 9fad484

Browse files
committed
Land rapid7#19439, Update bypassuac_comhijack supported arch
This explicitly defines x86 and x64 as supported architectures for the bypassuac_comhijack module. Prior to this change there were no defined architectures and if you tried to use an x64 based payload the module would fail.
2 parents 3e82156 + b1ec86e commit 9fad484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/windows/local/bypassuac_comhijack.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def initialize(info = {})
4343
'OJ Reeves' # MSF module
4444
],
4545
'Platform' => ['win'],
46+
'Arch' => [ ARCH_X86, ARCH_X64 ],
4647
'SessionTypes' => ['meterpreter'],
4748
'Targets' => [
4849
['Automatic', {}]

0 commit comments

Comments
 (0)