Skip to content

Commit 7f59a74

Browse files
committed
Update authors and stuff
1 parent 43f7054 commit 7f59a74

File tree

11 files changed

+16
-15
lines changed

11 files changed

+16
-15
lines changed

modules/payloads/stagers/linux/x86/bind_tcp_uuid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info = {})
2222
super(merge_info(info,
2323
'Name' => 'Bind TCP Stager with UUID Support (Linux x86)',
2424
'Description' => 'Listen for a connection with UUID Support (Linux x86)',
25-
'Author' => [ 'skape', 'egypt' ],
25+
'Author' => [ 'skape', 'egypt', 'OJ Reeves' ],
2626
'License' => MSF_LICENSE,
2727
'Platform' => 'linux',
2828
'Arch' => ARCH_X86,

modules/payloads/stagers/linux/x86/reverse_tcp_uuid.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ def initialize(info = {})
2323
super(merge_info(info,
2424
'Name' => 'Reverse TCP Stager',
2525
'Description' => 'Connect back to the attacker',
26-
'Author' => [ 'skape', 'egypt' ],
26+
'Author' => [ 'skape', 'egypt', 'OJ Reeves' ],
2727
'License' => MSF_LICENSE,
2828
'Platform' => 'linux',
2929
'Arch' => ARCH_X86,
3030
'Handler' => Msf::Handler::ReverseTcp,
31-
'Stager' => { 'Payload' => '' }))
31+
'Stager' => { 'Payload' => '' }
32+
))
3233
end
3334

3435
#

modules/payloads/stagers/php/bind_tcp_ipv6_uuid.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ def initialize(info = {})
2222
super(merge_info(info,
2323
'Name' => 'Bind TCP Stager IPv6 with UUID Support',
2424
'Description' => 'Listen for a connection over IPv6 with UUID Support',
25-
'Author' => ['egypt'],
25+
'Author' => [ 'egypt', 'OJ Reeves' ],
2626
'License' => MSF_LICENSE,
2727
'Platform' => 'php',
2828
'Arch' => ARCH_PHP,
2929
'Handler' => Msf::Handler::BindTcp,
3030
'Stager' => { 'Payload' => "" }
31-
))
31+
))
3232
end
3333

3434
def use_ipv6

modules/payloads/stagers/php/bind_tcp_uuid.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ def initialize(info = {})
2222
super(merge_info(info,
2323
'Name' => 'Bind TCP Stager with UUID Support',
2424
'Description' => 'Listen for a connection with UUID Support',
25-
'Author' => ['egypt'],
25+
'Author' => [ 'egypt', 'OJ Reeves' ],
2626
'License' => MSF_LICENSE,
2727
'Platform' => 'php',
2828
'Arch' => ARCH_PHP,
2929
'Handler' => Msf::Handler::BindTcp,
3030
'Stager' => { 'Payload' => "" }
31-
))
31+
))
3232
end
3333

3434
def include_send_uuid

modules/payloads/stagers/php/reverse_tcp_uuid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info = {})
2222
super(merge_info(info,
2323
'Name' => 'PHP Reverse TCP Stager',
2424
'Description' => 'Reverse PHP connect back stager with checks for disabled functions',
25-
'Author' => 'egypt',
25+
'Author' => [ 'egypt', 'OJ Reeves' ],
2626
'License' => MSF_LICENSE,
2727
'Platform' => 'php',
2828
'Arch' => ARCH_PHP,

modules/payloads/stagers/windows/bind_ipv6_tcp_uuid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
super(merge_info(info,
2424
'Name' => 'Bind IPv6 TCP Stager with UUID Support (Windows x86)',
2525
'Description' => 'Listen for an IPv6 connection with UUID Support (Windows x86)',
26-
'Author' => ['hdm', 'skape', 'sf'],
26+
'Author' => [ 'hdm', 'skape', 'sf', 'OJ Reeves' ],
2727
'License' => MSF_LICENSE,
2828
'Platform' => 'win',
2929
'Arch' => ARCH_X86,

modules/payloads/stagers/windows/bind_tcp_uuid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
super(merge_info(info,
2424
'Name' => 'Bind TCP Stager with UUID Support (Windows x86)',
2525
'Description' => 'Listen for a connection with UUID Support (Windows x86)',
26-
'Author' => ['OJ Reeves'],
26+
'Author' => [ 'hdm', 'OJ Reeves' ],
2727
'License' => MSF_LICENSE,
2828
'Platform' => 'win',
2929
'Arch' => ARCH_X86,

modules/payloads/stagers/windows/reverse_tcp_uuid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
super(merge_info(info,
2424
'Name' => 'Reverse TCP Stager with UUID Support',
2525
'Description' => 'Connect back to the attacker with UUID Support',
26-
'Author' => ['OJ Reeves'],
26+
'Author' => [ 'hdm', 'OJ Reeves' ],
2727
'License' => MSF_LICENSE,
2828
'Platform' => 'win',
2929
'Arch' => ARCH_X86,

modules/payloads/stagers/windows/x64/bind_ipv6_tcp_uuid.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ def initialize(info = {})
2222
super(merge_info(info,
2323
'Name' => 'Windows x64 IPv6 Bind TCP Stager with UUID Support',
2424
'Description' => 'Listen for an IPv6 connection with UUID Support (Windows x64)',
25-
'Author' => [ 'sf' ],
25+
'Author' => [ 'sf', 'OJ Reeves' ],
2626
'License' => MSF_LICENSE,
2727
'Platform' => 'win',
2828
'Arch' => ARCH_X86_64,
2929
'Handler' => Msf::Handler::BindTcp,
3030
'Convention' => 'sockrdi',
3131
'Stager' => { 'RequiresMidstager' => false }
32-
))
32+
))
3333
end
3434

3535
def use_ipv6

modules/payloads/stagers/windows/x64/bind_tcp_uuid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info = {})
2222
super(merge_info(info,
2323
'Name' => 'Bind TCP Stager with UUID Support (Windows x64)',
2424
'Description' => 'Listen for a connection with UUID Support (Windows x64)',
25-
'Author' => [ 'sf' ],
25+
'Author' => [ 'sf', 'OJ Reeves' ],
2626
'License' => MSF_LICENSE,
2727
'Platform' => 'win',
2828
'Arch' => ARCH_X86_64,

0 commit comments

Comments
 (0)