diff --git a/modules/exploits/linux/http/goahead_ldpreload.rb b/modules/exploits/linux/http/goahead_ldpreload.rb index e4c73b6b28..cee459d5de 100644 --- a/modules/exploits/linux/http/goahead_ldpreload.rb +++ b/modules/exploits/linux/http/goahead_ldpreload.rb @@ -39,7 +39,6 @@ class MetasploitModule < Msf::Exploit::Remote [ 'Automatic (Reverse Shell)', { 'Arch' => ARCH_CMD, 'Platform' => [ 'unix' ], 'ReverseStub' => true, - 'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/reverse_stub'}, 'Payload' => { 'Compat' => { 'PayloadType' => 'cmd_reverse_stub', @@ -51,7 +50,6 @@ class MetasploitModule < Msf::Exploit::Remote [ 'Automatic (Bind Shell)', { 'Arch' => ARCH_CMD, 'Platform' => [ 'unix' ], 'BindStub' => true, - 'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/bind_stub'}, 'Payload' => { 'Compat' => { 'PayloadType' => 'cmd_bind_stub',