Add comment explaining payload architecture restraints

This commit is contained in:
jheysel-r7
2024-12-03 18:33:43 -08:00
committed by GitHub
parent a46b2f437f
commit fa3716408f
@@ -44,7 +44,7 @@ class MetasploitModule < Msf::Exploit::Remote
],
'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', {}]