Created
June 21, 2017 14:07
-
-
Save alst74/1f7f15361050d6489eb5fba2009c77c3 to your computer and use it in GitHub Desktop.
cntlm.ini config example file
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
Username myusername | |
Domain mydomain | |
Proxy my_proxy_server.com:80 | |
NoProxy 127.0.0.*, 192.168.* | |
Listen 127.0.0.1:5865 | |
Gateway yes | |
SOCKS5Proxy 5866 | |
Auth NTLMv2 | |
PassNTLMv2 <paste here> | |
# Install cntlm http://cntlm.sourceforge.net/ | |
# Execute: cntlm -u myusername@mydomain -H | |
# From output, paste "PassNTLMv2" above: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment