removed payload stuff

unstable
m-1-k-3 2013-03-29 22:32:57 +01:00
parent c5e358c9c3
commit 813ff1e61e
3 changed files with 10 additions and 15 deletions

View File

@ -32,8 +32,8 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DisclosureDate' => 'Feb 05 2013',
'Privileged' => true,
#'Platform' => 'linux',
#'Arch' => ARCH_MIPSLE,
'Platform' => [ 'unix', 'linux', ],
'Arch' => [ ARCH_MIPSLE, ARCH_CMD],
'Targets' =>
[
[ 'CMD',
@ -46,18 +46,17 @@ class Metasploit3 < Msf::Exploit::Remote
{
'Arch' => ARCH_MIPSLE,
'Platform' => 'linux',
'DisableNops' => true,
}
],
],
'Payload' =>
{
'Compat' =>
{
'PayloadType' => 'cmd mipsle',
'RequiredCmd' => 'generic shell_bind_tcp shell_reverse_tcp'
},
},
#'Payload' =>
# {
# 'Compat' =>
# {
# 'PayloadType' => 'cmd mipsle',
# 'RequiredCmd' => 'generic shell_bind_tcp shell_reverse_tcp'
# },
#},
'DefaultTarget' => 1,
))

View File

@ -26,8 +26,6 @@ module Metasploit3
'Arch' => ARCH_MIPSLE,
'Handler' => Msf::Handler::BindTcp,
'Session' => Msf::Sessions::CommandShellUnix,
'PayloadType' => 'mipsle',
'RequiredCmd' => 'shell_bind_tcp',
'Payload' =>
{
'Offsets' => {} ,

View File

@ -29,8 +29,6 @@ module Metasploit3
'Arch' => ARCH_MIPSLE,
'Handler' => Msf::Handler::ReverseTcp,
'Session' => Msf::Sessions::CommandShellUnix,
'PayloadType' => 'mipsle',
'RequiredCmd' => 'shell_reverse_tcp',
'Payload' =>
{
'Offsets' => { },