HOW TO USE PROXY CHAINS ?
What is Proxy Chains? Proxy Chains is a UNIX program that hooks network-related libc functions in dynamically linked programs via a preloaded DLL and redirects the connections through SOCKS4a/5 or HTTP proxies. This is open source software for GNU/Linux systems. A tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy. Supported auth-types: "user/pass" for SOCKS4/5, "basic" for HTTP. proxyresolv - DNS resolving. Used to resolve host names via proxy or TOR. When to use it? What for? Why? *When you want two (or more) different proxies in chain: Like: your_host <--> proxy 1 (TOR) <--> proxy 2 (HTTP or SOCKS4/5) <--> target_host * You may need it when the only way out from your LAN is through proxy server o r to get out from behind restrictive firewall that filters some ports in outgoing traffic. * Y ou ...