Running console applications using Tor

Last time we explained how to install Tor on backtrack. That was for browsers and for some IM clients.Here I will be explaining how to use TOR for console-based applications. These are for applications which doesn’t have any settings for
adding proxy address.
How to do an anonymous scan using applications like Nmap ? or download a file using wget. Here we are using one application called proxychains. The usage is relatively simple. Add the command “proxychains” in front of your commands. For example you can nmap example.com using following command

#proxychains nmap google.com

How to install proxychains ?

#apt-get install proxychains

Proxychaiins configurations

Add Following line to /etc/proxychains.conf

socks4  127.0.0.1 9050

Now restart the proxy chains and use

how to test your current IP address ?

Open cmyip.com using elinks and proxy chain.

#proxychains elinks cmyip.com 

To know yor real IP address do the same command without proxy chains

#elinks cmyip.com 

About Albin Sebastian

I am a Technology Blogger, System Administrator by profession and webmaster by passion. Technology blogger, Active in Online and offline tech communities.

Check Also

Update timthumb.php to prevent Zero Day vulnerability

Recently many sites are infected with timthumb script vulnerability.  Its a Zero Day vulnerability inside image …