Skip to content

Commit

Permalink
bypassuac_comhijack: Specify x86/x64 as supported payload architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles committed Sep 4, 2024
1 parent 5f65ce2 commit b1ec86e
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 b1ec86e

Please sign in to comment.