Skip to content

Commit 99c81d7

Browse files
committed
Set default fetch_command to wget
1 parent 64bdf54 commit 99c81d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/linux/http/ray_agent_job_rce.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def initialize(info = {})
4242
[
4343
'Linux Command', {
4444
'Arch' => [ ARCH_CMD ], 'Platform' => [ 'unix', 'linux' ], 'Type' => :nix_cmd, 'DefaultOptions' => {
45-
'PAYLOAD' => 'cmd/linux/http/x64/meterpreter_reverse_tcp'
45+
'PAYLOAD' => 'cmd/linux/http/x64/meterpreter_reverse_tcp',
46+
'FETCH_COMMAND' => 'WGET'
4647
}
4748
}
4849
]

0 commit comments

Comments
 (0)