Skip to content

Commit cf6029b

Browse files
committed
Remove the less stable echo stager from the exploit
1 parent 632edcb commit cf6029b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/ftp/pureftpd_bash_env_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ def initialize(info = {})
4343
{
4444
'Platform' => 'linux',
4545
'Arch' => ARCH_X86,
46-
'CmdStagerFlavor' => [ :echo, :printf ]
46+
'CmdStagerFlavor' => :printf
4747
}
4848
],
4949
[ 'Linux x86_64',
5050
{
5151
'Platform' => 'linux',
5252
'Arch' => ARCH_X86_64,
53-
'CmdStagerFlavor' => [ :echo, :printf ]
53+
'CmdStagerFlavor' => :printf
5454
}
5555
]
5656
],

0 commit comments

Comments
 (0)