add my name to author

This commit is contained in:
tkmru 2017-06-04 04:42:45 +09:00
parent e175bcda08
commit 737f7452ce
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module MetasploitModule
super(merge_info(info,
'Name' => 'Reverse TCP Stager',
'Description' => 'Connect back to the attacker',
'Author' => [ 'skape', 'egypt' ],
'Author' => [ 'skape', 'egypt', 'tkmru' ],
'License' => MSF_LICENSE,
'Platform' => 'linux',
'Arch' => ARCH_X86,