colynb / request-ntlm

NTLM lib for nodejs
5 stars 24 forks source link

Add support for NTLMv2 #6

Open jhorbulyk opened 5 years ago

jhorbulyk commented 5 years ago

This source talks about how Windows can be configured to require NTLM to exclusively use v2. Ideally what should happen is that if the Negotiate NTLM2 Key flag is set on the type two message, then an NTLMv2 Response and LMv2 Response should be provided on the type 3 message.