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.
1 parent 69d9280 commit 5fd3637Copy full SHA for 5fd3637
lib/msf/core/payload/windows/reverse_winhttp.rb
@@ -187,7 +187,7 @@ def asm_reverse_winhttp(opts={})
187
188
WinHttpOpenRequest:
189
190
- push.i32 #{"0x%.8x" % http_open_flags}
+ push #{"0x%.8x" % http_open_flags}
191
push ebx ; AcceptTypes (NULL)
192
push ebx ; Referrer (NULL)
193
push ebx ; Version (NULL)
0 commit comments