proxychains
proxychains copied to clipboard
Improve proxychains documentation, please
Hi folks, unfortunatelly, IMHO the documentation of proxychains is not very useful for some scenarios.
For example, if I want to connect an application via http proxy to www, I could not find any examples about it.
Client: 139.1.164.10 Proxy: 139.1.168.207 Port 8080 (auth required --> user: proxy pass: #proxypass!)
No tor or proxy running on client.
proxychains midori http://checkip.dyndns.org
ProxyChains-3.1 (http://proxychains.sf.net) Vector smash protection is enabled. |S-chain|-<>-139.1.168.207:8080-<><>-139.1.168.207:8080-<--denied
my /etc/proxychains.conf:
#dynamic_chain
strict_chain
#proxy_dns
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050
http 139.1.168.207 8080 proxy #proxypass!