Skip to content

Commit

Permalink
Add comment explaining payload architecture restraints
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 authored Dec 4, 2024
1 parent a46b2f4 commit fa37164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def initialize(info = {})
],
'DisclosureDate' => '2024-10-08',
'Platform' => 'linux',
'Arch' => ARCH_X86,
'Arch' => ARCH_X86, # OpenSSL running on the appliance is an x86 binary which requires the payload to be ARCH_x86
'Privileged' => true, # Administrative access is needed and code execution as root.
'Targets' => [
['Automatic', {}]
Expand Down

0 comments on commit fa37164

Please sign in to comment.