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' 'RequiredCmd' => 'netcat generic'
} }
}, },
'Compat' =>
{
'Encoder' => {
'RequiredCmd' => 'generic'
}
},
'Targets' => 'Targets' =>
[ [
[ 'Automatic Target', { }] [ 'Automatic Target', { }]

View File

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

View File

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

View File

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

View File

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