Are you using some anomyzer?

Anonymizing your connection is one the main requirements you need to do when you want to do bad things... For this purpose we are going to use TOR.

 "Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis"



First we install Tor:
sudo apt-get install tor
 
Then , we are going to install Proxychains in order to run applications through Tor.
sudo apt-get install proxychains

Then, we need to configure our Proxychains.  We need to know the port that Tor is listening.


Finally edit /etc/proxychains.conf and add the next line
socks4 127.0.0.1 9050

 Now, we can run for example nmap anonymously.



Also, you can configure your browser for surfing on the Internet through Tor without Proxychains

First edit your Connection Settings and add a Manual Proxy.



Then your are hiding your connections. You could check it on http://whatismyipaddress.com/ for example.

Notes my Services are "Tor Exit Node" and that's not my real IP.



Finally you will work without worries...