Touchup on author credit

This commit is contained in:
Tod Beardsley 2013-05-30 16:13:40 -05:00
parent dc014ede36
commit 9c771435f2
3 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
;-----------------------------------------------------------------------------;
; Author: Stephen Fewer (stephen_fewer[at]harmonysecurity[dot]com)
; Rewrited to x64 by agix
; Rewritten for x64 by agix
; Compatible: Windows 7
; Architecture: x64
;-----------------------------------------------------------------------------;

View File

@ -1,6 +1,6 @@
;-----------------------------------------------------------------------------;
; Author: Stephen Fewer (stephen_fewer[at]harmonysecurity[dot]com)
; Rewrited to x64 by agix
; Rewritten for x64 by agix
; Compatible: Windows 7
; Architecture: x64
; Size: 570 bytes

View File

@ -19,7 +19,10 @@ module Metasploit3
super(merge_info(info,
'Name' => 'Windows x64 Reverse HTTPS Stager',
'Description' => 'Tunnel communication over HTTP using SSL (Windows x64)',
'Author' => 'hdm (x64 rewrite by agix)',
'Author' => [
'hdm', # original 32-bit implementation
'agix' # x64 rewrite
],
'License' => MSF_LICENSE,
'Platform' => 'win',
'Arch' => ARCH_X86_64,