Second review of modules which shouldn't be affected by changes
parent
5e8da09b2d
commit
3d7ed10ea0
|
@ -39,12 +39,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'ConnectionType' => 'find'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
'Arch' => ARCH_CMD,
|
||||
'Targets' =>
|
||||
|
|
|
@ -38,12 +38,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'generic telnet',
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Automatic Target', { }]
|
||||
|
|
|
@ -45,12 +45,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Automatic Target', { }]
|
||||
|
|
|
@ -42,12 +42,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'generic netcat netcat-e'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Automatic Target', { }]
|
||||
|
|
Loading…
Reference in New Issue