More cleanups of modules which REALLY need the 'old' generic encoder
parent
3d7ed10ea0
commit
b086462ed6
|
@ -45,12 +45,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'netcat generic'
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'Automatic Target', { }]
|
||||
|
|
|
@ -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/')
|
||||
})
|
||||
|
|
|
@ -34,12 +34,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
],
|
||||
'Platform' => ['unix'],
|
||||
'Arch' => ARCH_CMD,
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'Privileged' => true,
|
||||
'Payload' =>
|
||||
{
|
||||
|
|
|
@ -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', { }]
|
||||
|
|
|
@ -47,12 +47,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'RequiredCmd' => 'generic netcat netcat-e',
|
||||
}
|
||||
},
|
||||
'Compat' =>
|
||||
{
|
||||
'Encoder' => {
|
||||
'RequiredCmd' => 'generic'
|
||||
}
|
||||
},
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'ExitFunction' => 'none'
|
||||
|
|
Loading…
Reference in New Issue