samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Move to forked version of go-ntlmssp module #126

Closed samuong closed 1 week ago

samuong commented 2 weeks ago

This version sends the user's domain in the type 3 authenticate message, rather than the server's domain.

I've also exposed the GetNtlmHash() function from go-ntlmssp, so that we don't have to maintain a copy of the code in the alpaca repo.

Fixes #125