Install Proxychains On A Debian, Ubuntu, Arch, Kali, Fedora And Raspbian
proxychains
proxy chains – redirect connections through proxy servers
Maintainer: Daniel Echeverry
Email: [email protected] .
Website: http://proxychains.sourceforge.net
Section: net
Install proxychains
-
Debian
apt-get install proxychains
Click to copy -
Ubuntu
apt-get install proxychains
Click to copy -
Arch Linux
pacman -S proxychains
Click to copy -
Kali Linux
apt-get install proxychains
Click to copy -
Fedora
dnf install proxychains
Click to copy -
Raspbian
apt-get install proxychains
Click to copy
proxychains
proxy chains - redirect connections through proxy serversProxy 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
Install the latest version of proxychains in Debian, Ubuntu, Arch, Kali, Fedora and Raspbian from terminal. To install the proxychains just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of proxychains from the respository and install it in your computer/server.