Kali Anonsurf
I recently watched a YouTube video hosted by David Bombal, with OccupyTheWeb. They were talking about how to take steps to remain anonymous while doing pen testing or OSINT.
OTW mentioned a tool called Anonsurf that provided a layer of anonymity by forcing all traffic to go through TOR (The Onion Router). I decided to check it out and add it to my resources for future use.
The setup was very easy. I had an Ubuntu VPS running on Linode, so I decided to just test with that. These are the commands that will get you up and running fast.
mkdir Anonsurf && cd Anonsurf
git clone https://github.com/Und3rf10w/kali-anonsurf.git
cd kali-anonsurf
sudo ./installer.sh
sudo anonsurf
anonsurf start
anonsurf stop
With anonsurf running your traffic will now run through TOR. This by no means makes you untraceable, but it can provide a layer of protection.