Skip to content

Commit 737f745

Browse files
committed
add my name to author
1 parent e175bcd commit 737f745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def initialize(info = {})
1818
super(merge_info(info,
1919
'Name' => 'Reverse TCP Stager',
2020
'Description' => 'Connect back to the attacker',
21-
'Author' => [ 'skape', 'egypt' ],
21+
'Author' => [ 'skape', 'egypt', 'tkmru' ],
2222
'License' => MSF_LICENSE,
2323
'Platform' => 'linux',
2424
'Arch' => ARCH_X86,

0 commit comments

Comments
 (0)