How to setup ProxyChains on Ubuntu 20.4100 % Working - List Of Commands

15:06
In this blog, you are going to learn

How to setup proxy chains on Ubuntu 20.4 100 % Working

List of commands and details are mentioned in this blog.
What is ProxyChains?
According to googleProxyChains a Linux based tool. This allows us to surf the internet without leaking details like DNS, Physical location, and IP information, etc. ProxyChains with tor are the best way to hide your identity online. It provides 99% anonymity all the time.

ProxyChains is a safe choice for browsing the internet. There are several proxy protocols it supports are written ahead socks4, socks5, HTTP, and https protocols. In this blog, you will get the 100 % Working way to setup ProxyChains on Ubuntu 20.4 without any errors. Please read carefully to avoid errors.
# Check if Proxychain is installed or not.
 $ which proxychains

Please check how to configure the ProxyChains.conf file using the nano text editor.

# Install proxychains
 $ sudo apt-get install proxychains 
# Check to for tor if it is installed or not.
 $ which tor
# Install tor
 $ sudo apt-get install tor
# Start the tor service
 $ sudo service tor start
# Verify tor has hatarted
 $ sudo service tor status
# Make sure you should have Firefox installed in your Ubuntu 20.4 and run the command to Execute the ProxyChains
 $ proxychains firefox google.com
# Command to access the ProxyChains
 $ tor
# To close the ProxyChains
 $ ctrl + z
The quick setup ProxyChains on Ubuntu 20.4 ends here. You can check our other blogs and the List Of Commands.

You should also check:
  • How to setup ProxyChains on Kali Linux 2020.3 100 % Working
  • How to setup ProxyChains on Kali Linux 2020.3 100 % Working
  • How to setup ProxyChains on Kali Linux 2020.3 100 % Working