Skip to content

Commit b3e02f1

Browse files
committed
Merge branch 'payload_ambiguity' of git://github.com/bonsaiviking/metasploit-framework into bonsaiviking-payload_ambiguity
2 parents 18fb300 + 8deead3 commit b3e02f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/payloads/stagers/php/bind_tcp_ipv6.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ module Metasploit3
1818
include Msf::Payload::Stager
1919
include Msf::Payload::Php
2020

21+
def self.handler_type_alias
22+
"bind_tcp_ipv6"
23+
end
24+
2125
def initialize(info = {})
2226
super(merge_info(info,
2327
'Name' => 'Bind TCP Stager IPv6',

0 commit comments

Comments
 (0)