Skip to content

Commit 8ab2591

Browse files
committed
Land #20336: opennms_horizon_authenticated_rce: Set Arch to ARCH_CMD
2 parents 04a6185 + 0307bab commit 8ab2591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/opennms_horizon_authenticated_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module requires valid credentials for a user with
4040
['CVE', '2023-0872'], # CVE for privilege escalation via ROLE_REST in OpenNMS Horizon before 32.0.2
4141
],
4242
'Platform' => 'linux',
43-
'Arch' => 'ARCH_CMD',
43+
'Arch' => ARCH_CMD,
4444
'DefaultOptions' => {
4545
'PAYLOAD' => 'cmd/linux/http/x64/meterpreter/reverse_tcp',
4646
'RPORT' => 8980,

0 commit comments

Comments
 (0)