Remove unused DefaultOptions block

MS-2855/keylogger-mettle-extension
HD Moore 2017-12-28 17:07:04 -06:00
parent eb696ee5cf
commit 68f4d4480e
1 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ class MetasploitModule < Msf::Exploit::Remote
[ 'Automatic (Reverse Shell)', [ 'Automatic (Reverse Shell)',
{ 'Arch' => ARCH_CMD, 'Platform' => [ 'unix' ], 'ReverseStub' => true, { 'Arch' => ARCH_CMD, 'Platform' => [ 'unix' ], 'ReverseStub' => true,
'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/reverse_stub'},
'Payload' => { 'Payload' => {
'Compat' => { 'Compat' => {
'PayloadType' => 'cmd_reverse_stub', 'PayloadType' => 'cmd_reverse_stub',
@ -51,7 +50,6 @@ class MetasploitModule < Msf::Exploit::Remote
[ 'Automatic (Bind Shell)', [ 'Automatic (Bind Shell)',
{ 'Arch' => ARCH_CMD, 'Platform' => [ 'unix' ], 'BindStub' => true, { 'Arch' => ARCH_CMD, 'Platform' => [ 'unix' ], 'BindStub' => true,
'DefaultOptions' => {'PAYLOAD' => 'cmd/unix/bind_stub'},
'Payload' => { 'Payload' => {
'Compat' => { 'Compat' => {
'PayloadType' => 'cmd_bind_stub', 'PayloadType' => 'cmd_bind_stub',