We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8528cb2 + b481b9e commit c6d58d1Copy full SHA for c6d58d1
modules/exploits/multi/http/gitea_git_fetch_rce.rb
@@ -52,7 +52,7 @@ def initialize(info = {})
52
'Linux Dropper',
53
{
54
'Platform' => 'linux',
55
- 'Arch' => [ARCH_X86, ARCH_X64],
+ 'Arch' => [ARCH_X86, ARCH_X64, ARCH_AARCH64],
56
'Type' => :linux_dropper,
57
'CmdStagerFlavor' => %i[curl wget echo printf],
58
'DefaultOptions' => {
0 commit comments