More cleanups of modules which REALLY need the 'old' generic encoder

bug/bundler_fix
jvazquez-r7 2014-07-22 14:57:53 -05:00
parent 3d7ed10ea0
commit b086462ed6
5 changed files with 1 additions and 30 deletions

View File

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

View File

@ -43,12 +43,6 @@ class Metasploit3 < Msf::Exploit::Remote
'RequiredCmd' => 'python'
}
},
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'DisclosureDate' => "Mar 21 2014",
'DefaultTarget' => 0))
@ -63,6 +57,7 @@ class Metasploit3 < Msf::Exploit::Remote
end
def exploit
print_status("#{payload.encoded}")
res = send_request_cgi({
'uri' => normalize_uri(target_uri.path, 'accounts', 'login/')
})

View File

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

View File

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