Skip to content

Commit b1ec86e

Browse files
committed
bypassuac_comhijack: Specify x86/x64 as supported payload architectures
1 parent 5f65ce2 commit b1ec86e

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)