proxychains4
A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies
Install
- All systems
-
curl cmd.cat/proxychains4.sh
- Debian
-
apt-get install proxychains4
- Ubuntu
-
apt-get install proxychains4
- Alpine
-
apk add proxychains-ng
- Arch Linux
-
pacman -S proxychains-ng
- Kali Linux
-
apt-get install proxychains4
- Fedora
-
dnf install proxychains-ng
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install proxychains4
- OS X
-
brew install proxychains-ng
- Dockerfile
- dockerfile.run/proxychains4
- Docker
-
docker run cmd.cat/proxychains4 proxychains4
powered by Commando
proxychains-ng
A hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies
proxychains4
redirect connections through socks/http proxies (proxychains-ng)
Proxychains is a UNIX program, that hooks network-related libc functions in dynamically linked programs via a preloaded DLL (dlsym(), LD_PRELOAD) and redirects the connections through SOCKS4a/5 or HTTP proxies. It supports TCP only (no UDP/ICMP etc). This project, proxychains-ng, is the continuation of the unmaintained proxychains project (known as proxychains package in Debian).