proxychains

proxy chains - redirect connections through proxy servers

Install

All systems
curl cmd.cat/proxychains.sh
Debian Debian
apt-get install proxychains
Ubuntu
apt-get install proxychains
Arch Arch Linux
pacman -S proxychains
image/svg+xml Kali Linux
apt-get install proxychains
Fedora
dnf install proxychains
Windows (WSL2)
sudo apt-get update sudo apt-get install proxychains
Raspbian
apt-get install proxychains

proxychains

proxy chains - redirect connections through proxy servers

Proxy chains force 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 supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers. Different proxy types can be mixed in the same chain. Features * Access Internet from behind restrictive firewall. * Source IP masquerade. * SSH tunneling and forwarding. * Dynamic LAN-to-LAN VPN channel. * Servers and daemons friendly (works fine with sendmail MTA). http://proxychains.sourceforge.net

proxychains-ng

A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies