Updated AIX POWER/PowerPC payload modules

git-svn-id: file:///home/svn/framework3/trunk@5774 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Ramon de C Valle 2008-10-19 21:41:12 +00:00
parent f124597a56
commit e6127313c9
3 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@ module Metasploit3
'Author' => 'Ramon de Carvalho Valle <ramon@risesecurity.org>',
'License' => MSF_LICENSE,
'Platform' => 'aix',
'Arch' => ARCH_POWER,
'Arch' => [ ARCH_POWER, ARCH_PPC ],
'Handler' => Msf::Handler::BindTcp,
'Session' => Msf::Sessions::CommandShell,
'Payload' =>
@ -157,4 +157,4 @@ module Metasploit3
end
end
end

View File

@ -27,7 +27,7 @@ module Metasploit3
'Author' => 'Ramon de Carvalho Valle <ramon[at]risesecurity.org>',
'License' => MSF_LICENSE,
'Platform' => 'aix',
'Arch' => ARCH_POWER,
'Arch' => [ ARCH_POWER, ARCH_PPC ],
'Handler' => Msf::Handler::FindPort,
'Session' => Msf::Sessions::CommandShell,
'Payload' =>
@ -131,4 +131,4 @@ module Metasploit3
end
end
end

View File

@ -27,7 +27,7 @@ module Metasploit3
'Author' => 'Ramon de Carvalho Valle <ramon[at]risesecurity.org>',
'License' => MSF_LICENSE,
'Platform' => 'aix',
'Arch' => ARCH_POWER,
'Arch' => [ ARCH_POWER, ARCH_PPC ],
'Handler' => Msf::Handler::ReverseTcp,
'Session' => Msf::Sessions::CommandShell,
'Payload' =>
@ -133,4 +133,4 @@ module Metasploit3
end
end
end