1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00

Fix a typo [ci skip]

This commit is contained in:
dmiller
2022-03-10 17:24:36 +00:00
parent 6bf973cf0f
commit b5b48befe3

View File

@@ -593,7 +593,7 @@ end
-- concatenating the server challenge and the client nonce. The ntlm session hash
-- is first 8 bytes of the md5 hash of the session nonce.
-- The ntlm response is the lm response with session hash as challenge.
-- @param ntlm_passsword_hash The md4 hash of the utf-16 password.
-- @param ntlm_password_hash The md4 hash of the utf-16 password.
-- @param challenge The challenge sent by the server.
function ntlmv2_session_response(ntlm_password_hash, challenge)
local client_nonce = openssl.rand_bytes(8)