From 99cd36c036ad45c83eefcf88888e781e20ed91d4 Mon Sep 17 00:00:00 2001 From: somename11111 Date: Thu, 6 Mar 2014 03:16:55 +0100 Subject: [PATCH] Fix description of Input --- .../x86/src/block/block_reverse_http_use_proxy_creds.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/external/source/shellcode/windows/x86/src/block/block_reverse_http_use_proxy_creds.asm b/external/source/shellcode/windows/x86/src/block/block_reverse_http_use_proxy_creds.asm index 22c9c050d2..81730fad55 100644 --- a/external/source/shellcode/windows/x86/src/block/block_reverse_http_use_proxy_creds.asm +++ b/external/source/shellcode/windows/x86/src/block/block_reverse_http_use_proxy_creds.asm @@ -7,6 +7,8 @@ [BITS 32] ; Input: EBP must be the address of 'api_call'. +; Top and second top element of stack can be pointer to null-terminated +; password and pointer to null-terminated username of a proxy server to connect to. ; Output: EDI will be the socket for the connection to the server ; Clobbers: EAX, ESI, EDI, ESP will also be modified (-0x1A0) load_wininet: