-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
- Handshake should only happen when performing the first request on a connection
- On preemptive auth, step 1 is performed twice
- A "NTLM " string is prepended to the NTLM Domain when computing the Type1 message
- Connection is not reused, which violates NTLM logic and causes Type1 message so be re-issued while sending the Type3 one.