How to Install proxychains4 in Ubuntu 18.04



Install proxychains4 by entering the following commands in the terminal:

sudo apt update
sudo apt install proxychains4

Description:

redirect connections through socks/http proxies

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).

Homepage: https://github.com/rofl0r/proxychains-ng

Version: 4.12-1

Section: universe/net