Skip to content

Instantly share code, notes, and snippets.

@alst74
Created June 21, 2017 14:07
Show Gist options
  • Save alst74/1f7f15361050d6489eb5fba2009c77c3 to your computer and use it in GitHub Desktop.
Save alst74/1f7f15361050d6489eb5fba2009c77c3 to your computer and use it in GitHub Desktop.
cntlm.ini config example file
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