Allow some modules to use the old encoder
parent
b0f8d8eaf1
commit
5e8da09b2d
|
@ -39,6 +39,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'ConnectionType' => 'find'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Platform' => 'unix',
|
||||
'Arch' => ARCH_CMD,
|
||||
'Targets' =>
|
||||
|
|
|
@ -38,6 +38,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'generic telnet',
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Automatic Target', { }]
|
||||
|
|
|
@ -45,6 +45,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Automatic Target', { }]
|
||||
|
|
|
@ -42,6 +42,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'generic netcat netcat-e'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Automatic Target', { }]
|
||||
|
|
|
@ -45,6 +45,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'netcat generic'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Automatic Target', { }]
|
||||
|
|
|
@ -43,6 +43,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'python'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'DisclosureDate' => "Mar 21 2014",
|
||||
'DefaultTarget' => 0))
|
||||
|
||||
|
|
|
@ -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', {
|
||||
|
|
|
@ -38,6 +38,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'generic openssl'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Platform' => ['unix'],
|
||||
'Arch' => ARCH_CMD,
|
||||
'References' =>
|
||||
|
|
|
@ -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', { }]
|
||||
|
|
|
@ -47,6 +47,12 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'generic netcat netcat-e',
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'ExitFunction' => 'none'
|
||||
|
|
Loading…
Reference in New Issue