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

  1. Remove "dynamic_chain" from comment

    image.png


  2. comment out 'strict_chain" and Random chain

    image.png


  3. Comment out 'proxy_dns'

    image.png


  4. Last like in "ProxyList" type in 'socks5 127.0.0.1 9050' in last line of proxy list 

    image.png