Skip to content

Commit c6d58d1

Browse files
committed
Land #20661, Add aarch64 payload support to gitea_git_fetch_rce module
2 parents 8528cb2 + b481b9e commit c6d58d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/gitea_git_fetch_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def initialize(info = {})
5252
'Linux Dropper',
5353
{
5454
'Platform' => 'linux',
55-
'Arch' => [ARCH_X86, ARCH_X64],
55+
'Arch' => [ARCH_X86, ARCH_X64, ARCH_AARCH64],
5656
'Type' => :linux_dropper,
5757
'CmdStagerFlavor' => %i[curl wget echo printf],
5858
'DefaultOptions' => {

0 commit comments

Comments
 (0)