PROXYCHAINS4(1) | General Commands Manual | PROXYCHAINS4(1) |
proxychains4 - redirect connections through proxy servers
proxychains4 --help
proxychains4 [ -f configfile.conf ] <program>
This program forces any tcp connection made by any given tcp client to follow through proxy (or proxy chain). It is a kind of proxifier.
It acts like sockscap / premeo / eborder driver (intercepts TCP calls).
This version (v4) supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers. Auth-types: socks - "user/pass" , http - "basic".
proxychains nmap -sT -PO -p 80 -iR (find some webservers through proxy)
NOTE: to run suid/sgid programs(like ssh) through proxychains you have to be root
proxychains looks for config file in following order:
More information is provided in /etc/proxychains4.conf file.
proxychains telnet targethost.com
In this example, it will run telnet through proxy(or chained proxies) specified by proxychains.conf.
proxychains -f /etc/proxychains-other.conf telnet targethost2.com
In this example, it will use a different configuration file as specified to connect to targethost2.com host.
proxychains is distributed under the GNU General Public License. (GPL 2.0 or greater).
https://github.com/rofl0r/proxychains-ng
The original author is:
Net Creature, Proxy Labs
<http://proxychains.sourceforge.net>
This manual page was updated by Boyuan Yang for the Debian Project (and may be used by others).
2019-07-11 | proxychains-ng |