Skip to content

Commit 8e37342

Browse files
author
HD Moore
committed
Comment typo
1 parent 0d12ca4 commit 8e37342

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/msf/core/payload/windows/reverse_winhttp.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def asm_reverse_winhttp(opts={})
307307
db #{encoded_cert_hash}
308308
309309
ssl_cert_compare_hashes:
310-
pop ebx ; ebx points to our internal 20-byte certificate hash (overwites *pCert)
310+
pop ebx ; ebx points to our internal 20-byte certificate hash (overwrites *pCert)
311311
; edi points to the server-provided certificate hash
312312
313313
push.i8 4 ; Compare 20 bytes (5 * 4) by repeating 4 more times
@@ -390,6 +390,8 @@ def asm_reverse_winhttp(opts={})
390390
asm
391391
end
392392

393+
394+
393395
end
394396

395397
end

0 commit comments

Comments
 (0)