Add comment explaining payload architecture restraints
This commit is contained in:
@@ -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', {}]
|
||||
|
||||
Reference in New Issue
Block a user