Skip to content

Commit 68f4d44

Browse files
committed
Remove unused DefaultOptions block
1 parent eb696ee commit 68f4d44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/exploits/linux/http/goahead_ldpreload.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def initialize(info = {})
3939

4040
[ 'Automatic (Reverse Shell)',
4141
{ 'Arch' => ARCH_CMD, 'Platform' => [ 'unix' ], 'ReverseStub' => true,
42-
'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/reverse_stub'},
4342
'Payload' => {
4443
'Compat' => {
4544
'PayloadType' => 'cmd_reverse_stub',
@@ -51,7 +50,6 @@ def initialize(info = {})
5150

5251
[ 'Automatic (Bind Shell)',
5352
{ 'Arch' => ARCH_CMD, 'Platform' => [ 'unix' ], 'BindStub' => true,
54-
'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/bind_stub'},
5553
'Payload' => {
5654
'Compat' => {
5755
'PayloadType' => 'cmd_bind_stub',

0 commit comments

Comments
 (0)