Remove unused DefaultOptions block
parent
eb696ee5cf
commit
68f4d4480e
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue