Skip to content

Instantly share code, notes, and snippets.

@Hendrik44
Created February 15, 2018 11:10
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 Hendrik44/481cbf0590ea269f77254492be5a4d80 to your computer and use it in GitHub Desktop.
Save Hendrik44/481cbf0590ea269f77254492be5a4d80 to your computer and use it in GitHub Desktop.
NTLM Auth Windows 10 Docker
1. Install cntlm to C: (other than C: doenst work!)
2. Add Regkey on Windows 10 to be able to run as Service Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cntlm --> AppArgs --> -f -c "C:\Program Files (x86)\Cntlm\cntlm.ini"
3. Run it cntlm -v -f -c "cntlm.ini" or run test with cntlm –c cntlm.ini –I –M http://www.google.co.uk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment