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 out 'strict_chain" and Random chain
 - Comment out 'proxy_dns'
 - Last like in "ProxyList" type in 'socks5 127.0.0.1 9050' in last line of proxy list 
 
                



No Comments