<p><img src="http://i63.tinypic.com/dgphjs.jpg" /></p>
<p>Hi Computer Security Enthusiasts,In this tutorial, I’m going to explain how to stay anonymous and keep your internet traffic private. Before starting, you know that every hacker needs to hide his tracks. We need to make it difficult for system administrators, investigators and others to track our moves or to spy on us. I believe we have the right to uncensored communication. </p>
<p><strong>What are Proxychains?</strong><br />
A proxychain is a tool that combines many proxies to assure a higher levels of anonymity.</p>
<p>If you are using Kali Linux distribution, just type <strong>locate proxychains</strong> in your terminal:</p>
<p><strong>root@Ghost:~#</strong> locate proxychains<br />
/etc/proxychains.conf<br />
/root/.config/google-chrome/Default/Local Storage/http_proxychains.sourceforge.net_0.localstorage<br />
/root/.config/google-chrome/Default/Local Storage/http_proxychains.sourceforge.net_0.localstorage-journal<br />
etc…</p>
<p><img src="http://i68.tinypic.com/qpm4gw.png" /></p>
<p>As you can see, proxychains are built in Kali linux and we can use the command from any<br />
directory (simply because it’s in the<strong> /usr/bin </strong> directory.) </p>
<p>To use proxychains, for example, to anonymously scan a website, just type:<br />
root<a href="https://www.cybrary.it/members/ghost/" rel="noopener">@ghost</a>:~#<strong> proxychains nmap sS <IP address></strong> </p>
<p><img src="http://i68.tinypic.com/n4yya9.png" /></p>
<p><strong>Proxychains Configuration</strong></p>
<p>If you want to configure your proxychains, you need to open the configuration file <strong>/etc/proxychains.conf </strong>using a text editor like Vim or leafpad etc…</p>
<p>root<a href="https://www.cybrary.it/members/ghost/" rel="noopener">@ghost</a>:~# <strong>vi /etc/proxychains.conf</strong></p>
<p><img src="http://i65.tinypic.com/2lntj7r.png" /></p>
<p><strong> </strong>To add IP addresses for new proxies, you just need to replace “ #add proxy here… “ by your IP address list. As you can see, proxychains use the default Tor configuration <strong>127.0.0.1 on port 9050.</strong> So, if you’re using it, leave it (else comment that line).</p>