diff --git a/modules/payloads/singles/aix/power/shell_bind_tcp.rb b/modules/payloads/singles/aix/power/shell_bind_tcp.rb index b5e083b686..521b40bfa2 100644 --- a/modules/payloads/singles/aix/power/shell_bind_tcp.rb +++ b/modules/payloads/singles/aix/power/shell_bind_tcp.rb @@ -27,7 +27,7 @@ module Metasploit3 'Author' => 'Ramon de Carvalho Valle ', '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 \ No newline at end of file +end diff --git a/modules/payloads/singles/aix/power/shell_find_port.rb b/modules/payloads/singles/aix/power/shell_find_port.rb index d2f001b1e3..a38eb09dda 100644 --- a/modules/payloads/singles/aix/power/shell_find_port.rb +++ b/modules/payloads/singles/aix/power/shell_find_port.rb @@ -27,7 +27,7 @@ module Metasploit3 'Author' => 'Ramon de Carvalho Valle ', '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 \ No newline at end of file +end diff --git a/modules/payloads/singles/aix/power/shell_reverse_tcp.rb b/modules/payloads/singles/aix/power/shell_reverse_tcp.rb index 22782c40c5..69f4850d9e 100644 --- a/modules/payloads/singles/aix/power/shell_reverse_tcp.rb +++ b/modules/payloads/singles/aix/power/shell_reverse_tcp.rb @@ -27,7 +27,7 @@ module Metasploit3 'Author' => 'Ramon de Carvalho Valle ', '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 \ No newline at end of file +end