Comment typo

This commit is contained in:
HD Moore 2015-03-14 16:52:04 -05:00
parent 0d12ca49a7
commit 8e37342c50
1 changed files with 3 additions and 1 deletions

View File

@ -307,7 +307,7 @@ module Payload::Windows::ReverseWinHttp
db #{encoded_cert_hash}
ssl_cert_compare_hashes:
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)
; edi points to the server-provided certificate hash
push.i8 4 ; Compare 20 bytes (5 * 4) by repeating 4 more times
@ -390,6 +390,8 @@ module Payload::Windows::ReverseWinHttp
asm
end
end
end