Monday
Oct082012
TekTip ep10 - Proxychains!
Monday, October 8, 2012 at 1:59PM
ProxyChains-3.1 (http://proxychains.sf.net)
Proxychains is a tool to force connections through multiple proxies. What makes this tool special is putting applications without native proxy capabilities through a proxy.
Config: /etc/proxychains.conf
Three main modes
1. Dynamic - All proxies chained in order listed. Dead proxies are skipped.
2. Strict - All proxies chained in order listed. If a proxy is dead, the chain is dropped.
3. Random - Randomly chains proxies within the list.
-If using Random, give a chain length to specify how many proxies are used.
Other Important config options:
proxy_dns: ensure this is uncommented if you want to proxy dns requests. If you don't DNS requests will be handled in the standard manner, unproxied.
List the proxies use the format of:
"Type address port"
Socks4 127.0.0.1 8888
Usage:
proxychains "application"proxyxhains curl ifconfig.meproxychains firefoxproxychains ssh root@8.8.8.8'proxychains xhydra
1aN0rmus@Tekdefense.com,
Admin | Post a Comment |
tagged 1aN0rmus, multiple proxy, proxy, proxychains, ssh, tekdefense, tektip, xhydra in TekTip