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