Azure / go-ntlmssp

NTLM/Negotiate authentication over HTTP
MIT License
189 stars 70 forks source link

NTLMv2 with MAC and EPA support #36

Closed dlorych closed 2 years ago

dlorych commented 2 years ago

I had trouble using library in my environment, but finally managed to solve it by refactoring code to follow NTLMv2 standard according to NTLM protocol description, in particular:

Connection against secured IIS (NTLMv2 and enabled EPA) is working in my environment, but there's a high risk that it can break in a different environment, especially ones that do no support NTLMv2 fully.

Could anyone assess the changes and test in their environment?