How to setup Proxychains in any Linux distribution without any Error | Uk2blogger

December 22, 2020

Video Version of this tutorial


Setup proxychains quickly
$ wget https://github.com/efxtv/Single-Click-Proxychains/raw/main/file.zip -q --show-progress
$ unzip file.zip
$ chmod +x
$ rm -rf *.zip
$ sudo rm -rf /etc/proxychains.conf
$ sudo rm -rf /etc/tor/torrc
$ sudo cp proxychains.conf /etc
$ sudo cp torrc /etc/tor/
$ sudo service tor start
$ pkill google-chrome
$ pkill firefox
$ proxychains google-chrome duckduckgo.com
$ proxychains firefox duckduckgo.com
In this video/blog we are going to install the proxychains using automated bash script and learn the way to

Set up proxy chains in a few click

I've already explained what is Proxychains and how to setup Proxychains in Ubuntu and Kali Linux. Still, there are some open questions and that has caused many errors with proxychains installation.
So I decided to create the automatic Proxychains installer for Linux (debian based linux) using some easy to read beautiful Bash script.

In this script, you will get certain options:
First setup and configure the Proxychains
2nd Brows the proxychains using Firefox or Google chrome
3rd stop the tor service
4th exit out of tool
Please download the script

Download. You have to go to my blog uk2blogger and search and this is the blog you have to click on. After clicking on the blog Simply scroll down and search for download. Click on download and you will be forwarded to my Github account.

Now let me show you how it works.

Once you finish with git-clone. You have to provide the execution permission to the file named Run.sh. Run the command to do that.

Now execute the file. This file will do everything for you. For more details please watch the video.
SCREENSHOTS

Uk2blogger