Tor + ProxyChains Config

How to install and configure Tor and ProxyChains in Ubuntu

Blogpost: https://www.instagram.com/p/CFO6cp1gSoq/

Install Packages

apt update
apt install tor
apt install proxychains

Configure ProxyChains

#
# OPEN PROXYCHAINS CONFIG FILE
vim /etc/proxychains.conf

#
# EDIT THIS INFO
dynamic_chain #<-- uncomment this
#strict_chain #<-- comment this

socks4 127.0.0.1 9050
socks5 127.0.0.1 9050 #<-- add this one

Configure Tor Browser

# INSTALL
sudo apt install -y torbrowser-launcher

# LAUNCH
torbrowser-launcher

Sites

Last updated

Was this helpful?