proxychains4

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

Debian Debian
RUN apt-get update && \ apt-get install -y proxychains4
Ubuntu
RUN apt-get update && \ apt-get install -y proxychains4
Alpine
RUN apk add proxychains-ng
Arch Arch Linux
RUN pacman -S --noconfirm proxychains-ng
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y proxychains4
Fedora
RUN dnf install -y proxychains-ng
click the source code to copy install proxychains4 on any operating system with command-not-found.com