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'
|
'RequiredCmd' => 'netcat generic'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'Compat' =>
|
|
||||||
{
|
|
||||||
'Encoder' => {
|
|
||||||
'RequiredCmd' => 'generic'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
[
|
[
|
||||||
[ 'Automatic Target', { }]
|
[ 'Automatic Target', { }]
|
||||||
|
|
|
@ -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/')
|
||||||
})
|
})
|
||||||
|
|
|
@ -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' =>
|
||||||
{
|
{
|
||||||
|
|
|
@ -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', { }]
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue