Allow some modules to use the old encoder

bug/bundler_fix
jvazquez-r7 2014-07-22 14:28:11 -05:00
parent b0f8d8eaf1
commit 5e8da09b2d
10 changed files with 60 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -43,6 +43,12 @@ class Metasploit3 < Msf::Exploit::Remote
'RequiredCmd' => 'python'
}
},
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'DisclosureDate' => "Mar 21 2014",
'DefaultTarget' => 0))

View File

@ -42,6 +42,12 @@ class Metasploit4 < Msf::Exploit::Remote
},
'Arch' => ARCH_CMD,
'Platform' => 'unix',
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'Targets' =>
[
[ 'Ubuntu 13.04 32bit - nginx 1.4.0', {

View File

@ -38,6 +38,12 @@ class Metasploit3 < Msf::Exploit::Remote
'RequiredCmd' => 'generic openssl'
}
},
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'Platform' => ['unix'],
'Arch' => ARCH_CMD,
'References' =>

View File

@ -47,6 +47,12 @@ class Metasploit3 < Msf::Exploit::Remote
'RequiredCmd' => 'generic netcat-e' # Because quotes and double-quotes aren't valid
}
},
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'Targets' =>
[
[ 'Sophos Web Protection Appliance 3.7.0', { }]

View File

@ -47,6 +47,12 @@ class Metasploit3 < Msf::Exploit::Remote
'RequiredCmd' => 'generic netcat netcat-e',
}
},
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'DefaultOptions' =>
{
'ExitFunction' => 'none'