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 0d12ca4 commit 8e37342Copy full SHA for 8e37342
lib/msf/core/payload/windows/reverse_winhttp.rb
@@ -307,7 +307,7 @@ def asm_reverse_winhttp(opts={})
307
db #{encoded_cert_hash}
308
309
ssl_cert_compare_hashes:
310
- pop ebx ; ebx points to our internal 20-byte certificate hash (overwites *pCert)
+ pop ebx ; ebx points to our internal 20-byte certificate hash (overwrites *pCert)
311
; edi points to the server-provided certificate hash
312
313
push.i8 4 ; Compare 20 bytes (5 * 4) by repeating 4 more times
@@ -390,6 +390,8 @@ def asm_reverse_winhttp(opts={})
390
asm
391
end
392
393
+
394
395
396
397
0 commit comments