Created
February 15, 2018 11:10
-
-
Save Hendrik44/481cbf0590ea269f77254492be5a4d80 to your computer and use it in GitHub Desktop.
NTLM Auth Windows 10 Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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