Fix tor and proxychains problem in Kali Linux v1.6

Using Proxychains and Tor you can enter into the WEB anonymously.
But in Kali Linux Version 1.6 it doesn't work properly. So lets see how to fix it.

At first remove the existing proxychains from your Kali Linux. Open Terminal and type the following command to do that.

apt-get remove proxychains

Now remove the proxychains.conf file from /etc/ directory. Type the following command in Terminal.

rm /etc/proxychains.conf


Now install proxychains again. Type the following command

apt-get install proxychains


And download the proxychains config file from here. And keep it in the home directory. Now copy that file into /etc/ directory.
Type the following command to do that.

cp proxychains.conf /etc/


Comments

Popular Posts