File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
external/source/shellcode/windows/x64/src
modules/payloads/stagers/windows/x64 Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
;-----------------------------------------------------------------------------;
2
2
; Author: Stephen Fewer (stephen_fewer[at]harmonysecurity[dot]com)
3
- ; Rewrited to x64 by agix
3
+ ; Rewritten for x64 by agix
4
4
; Compatible: Windows 7
5
5
; Architecture: x64
6
6
;-----------------------------------------------------------------------------;
Original file line number Diff line number Diff line change 1
1
;-----------------------------------------------------------------------------;
2
2
; Author: Stephen Fewer (stephen_fewer[at]harmonysecurity[dot]com)
3
- ; Rewrited to x64 by agix
3
+ ; Rewritten for x64 by agix
4
4
; Compatible: Windows 7
5
5
; Architecture: x64
6
6
; Size: 570 bytes
17
17
start: ;
18
18
pop rbp ; pop off the address of 'api_call' for calling later.
19
19
%include "./src/block/block_reverse_https.asm"
20
- ; By here we will have performed the reverse_tcp connection and EDI will be our socket
20
+ ; By here we will have performed the reverse_tcp connection and EDI will be our socket
Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ def initialize(info = {})
19
19
super ( merge_info ( info ,
20
20
'Name' => 'Windows x64 Reverse HTTPS Stager' ,
21
21
'Description' => 'Tunnel communication over HTTP using SSL (Windows x64)' ,
22
- 'Author' => 'hdm (x64 rewrite by agix)' ,
22
+ 'Author' => [
23
+ 'hdm' , # original 32-bit implementation
24
+ 'agix' # x64 rewrite
25
+ ] ,
23
26
'License' => MSF_LICENSE ,
24
27
'Platform' => 'win' ,
25
28
'Arch' => ARCH_X86_64 ,
You can’t perform that action at this time.
0 commit comments