From b5b48befe31ed70f76bbc2457cdf928d5ddc9a7f Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 10 Mar 2022 17:24:36 +0000 Subject: [PATCH] Fix a typo [ci skip] --- nselib/smbauth.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/smbauth.lua b/nselib/smbauth.lua index 4b64db219..6fe547a74 100644 --- a/nselib/smbauth.lua +++ b/nselib/smbauth.lua @@ -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)