Skip to content

Commit

Permalink
Land #19439, Update bypassuac_comhijack supported arch
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jheysel-r7 committed Sep 5, 2024
2 parents 3e82156 + b1ec86e commit 9fad484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/exploits/windows/local/bypassuac_comhijack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def initialize(info = {})
'OJ Reeves' # MSF module
],
'Platform' => ['win'],
'Arch' => [ ARCH_X86, ARCH_X64 ],
'SessionTypes' => ['meterpreter'],
'Targets' => [
['Automatic', {}]
Expand Down

0 comments on commit 9fad484

Please sign in to comment.