File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def initialize(info = {})
26
26
super ( merge_info ( info ,
27
27
'Name' => 'Bind TCP Stager' ,
28
28
'Description' => 'Listen for a connection' ,
29
- 'Author' => 'nemo@ felinemenace.org' ,
29
+ 'Author' => 'nemo <nemo[at] felinemenace.org> ' ,
30
30
'License' => MSF_LICENSE ,
31
31
'Platform' => 'linux' ,
32
32
'Arch' => ARCH_ARMLE ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def initialize(info = {})
26
26
super ( merge_info ( info ,
27
27
'Name' => 'Reverse TCP Stager' ,
28
28
'Description' => 'Connect back to the attacker' ,
29
- 'Author' => 'nemo' ,
29
+ 'Author' => 'nemo <nemo[at]felinemenace.org> ' ,
30
30
'License' => MSF_LICENSE ,
31
31
'Platform' => 'linux' ,
32
32
'Arch' => ARCH_ARMLE ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def initialize(info = {})
17
17
super ( merge_info ( info ,
18
18
'Name' => 'Linux dup2 Command Shell' ,
19
19
'Description' => 'dup2 socket in r12, then execve' ,
20
- 'Author' => 'nemo' ,
20
+ 'Author' => 'nemo <nemo[at]felinemenace.org> ' ,
21
21
'License' => MSF_LICENSE ,
22
22
'Platform' => 'linux' ,
23
23
'Arch' => ARCH_ARMLE ,
You can’t perform that action at this time.
0 commit comments