From e8047457668e6a8a01683f6664fd5ec0ea38c2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristina=20Mu=C3=B1oz?= Date: Tue, 12 Nov 2019 09:30:27 -0800 Subject: [PATCH] Bugfix: correct reference to asm file --- .../shellcode/windows/x86/src/stager/stager_reverse_winhttp.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/source/shellcode/windows/x86/src/stager/stager_reverse_winhttp.asm b/external/source/shellcode/windows/x86/src/stager/stager_reverse_winhttp.asm index 7e32a9b3b8..bb8af3e470 100644 --- a/external/source/shellcode/windows/x86/src/stager/stager_reverse_winhttp.asm +++ b/external/source/shellcode/windows/x86/src/stager/stager_reverse_winhttp.asm @@ -14,6 +14,6 @@ %include "./src/block/block_api.asm" start: ; pop ebp ; pop off the address of 'api_call' for calling later. -%include "./src/block/block_reverse_winhttp_http.asm" +%include "./src/block/block_reverse_winhttp.asm" ; By here we will have performed the reverse_tcp connection and EDI will be our socket.