Skip to content

Commit 7c41e23

Browse files
author
jvazquez-r7
committed
Fix author name
1 parent e6433fc commit 7c41e23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/payloads/stagers/linux/armle/bind_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize(info = {})
2626
super(merge_info(info,
2727
'Name' => 'Bind TCP Stager',
2828
'Description' => 'Listen for a connection',
29-
'Author' => 'nemo@felinemenace.org',
29+
'Author' => 'nemo <nemo[at]felinemenace.org>',
3030
'License' => MSF_LICENSE,
3131
'Platform' => 'linux',
3232
'Arch' => ARCH_ARMLE,

modules/payloads/stagers/linux/armle/reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize(info = {})
2626
super(merge_info(info,
2727
'Name' => 'Reverse TCP Stager',
2828
'Description' => 'Connect back to the attacker',
29-
'Author' => 'nemo',
29+
'Author' => 'nemo <nemo[at]felinemenace.org>',
3030
'License' => MSF_LICENSE,
3131
'Platform' => 'linux',
3232
'Arch' => ARCH_ARMLE,

modules/payloads/stages/linux/armle/shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize(info = {})
1717
super(merge_info(info,
1818
'Name' => 'Linux dup2 Command Shell',
1919
'Description' => 'dup2 socket in r12, then execve',
20-
'Author' => 'nemo',
20+
'Author' => 'nemo <nemo[at]felinemenace.org>',
2121
'License' => MSF_LICENSE,
2222
'Platform' => 'linux',
2323
'Arch' => ARCH_ARMLE,

0 commit comments

Comments
 (0)