Second review of modules which shouldn't be affected by changes

bug/bundler_fix
jvazquez-r7 2014-07-22 14:33:57 -05:00
parent 5e8da09b2d
commit 3d7ed10ea0
4 changed files with 0 additions and 24 deletions

View File

@ -39,12 +39,6 @@ class Metasploit3 < Msf::Exploit::Remote
'ConnectionType' => 'find'
}
},
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'Platform' => 'unix',
'Arch' => ARCH_CMD,
'Targets' =>

View File

@ -38,12 +38,6 @@ class Metasploit3 < Msf::Exploit::Remote
'RequiredCmd' => 'generic telnet',
}
},
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'Targets' =>
[
[ 'Automatic Target', { }]

View File

@ -45,12 +45,6 @@ class Metasploit3 < Msf::Exploit::Remote
'RequiredCmd' => 'generic'
}
},
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'Targets' =>
[
[ 'Automatic Target', { }]

View File

@ -42,12 +42,6 @@ class Metasploit3 < Msf::Exploit::Remote
'RequiredCmd' => 'generic netcat netcat-e'
}
},
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'Targets' =>
[
[ 'Automatic Target', { }]