Skip to content

Instantly share code, notes, and snippets.

@iagox86
Created July 13, 2012 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iagox86/3106875 to your computer and use it in GitHub Desktop.
Save iagox86/3106875 to your computer and use it in GitHub Desktop.
-- if(bit.band(flags, NTLMSSP_NEGOTIATE_56) ~= 0) then
-- return string.sub(RandomSessionKey, 1, 6) + "\xa0"
-- else
-- return string.sub(RandomSessionKey, 1, 4) + "\xE5\x38\xB0"
-- end
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment