We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8be2b1f + 9ea64db commit 465f3fdCopy full SHA for 465f3fd
lib/msf/core/payload/windows/reverse_http.rb
@@ -330,7 +330,7 @@ def asm_reverse_http(opts={})
330
; LPVOID lpBuffer (password from previous call)
331
push 44 ; DWORD dwOption (INTERNET_OPTION_PROXY_PASSWORD)
332
push esi ; hConnection
333
- push #{Rex::Text.block_api_hash('wininet.dll', 'HttpAddRequestHeaders')}
+ push #{Rex::Text.block_api_hash('wininet.dll', 'InternetSetOptionA')}
334
call ebp
335
^
336
end
0 commit comments