Skip to main content

Configure Proxychains

Your going to need the Tor service for this. Do you have it? lets check

service tor status 

If you do have it, skip this and go to the next part. If not, installing. Do this

sudo apt-get install tor 


Here is where your configuration file is hiding. Edit it with whatever you use to edit stuff with.

vim /etc/proxychains.conf

Once your in, do this

  • Remove Dynamic chain from comment
  • comment Strict chain and Random chain
  • Remove proxy DNS from comment
  • write socks5 127.0.0.1 9050 in last line of proxy listÂ