Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. It is maintained and funded by Offensive Security Ltd. It was developed by Mati Aharoni and Devon Kearns of Offensive Security through the rewriting BackTrack, their previous forensics Linux distribution
anonsurf allows you push your whole system via TOR network. It’s very easy to configure and possibly less hassle than setting up a VPN. Of course you will have slower connection speed than VPN as you are using TOR network.
Anonsurf works in the background (you can close the terminal), and changes automatically every few IP.
Step 1: Download Anonsurf
First download the package and extract it (if you put the folder /home
is more comfortable):
Download: https://github.com/parrotsec/anonsurf
Step 2: Install TOR
Now, you have to install TOR on Linux, from a terminal enter the command:
apt-get install tor
Step 3: Edit torrc
Change to the directory /etc/tor/
, edit the file torrc
, adding the following lines:
VirtualAddrNetwork 10.192.0.0/10 AutomapHostsOnResolve 1 TransPort 9040 DNSPort 53
Now you’re all set. launch “anonsurf.sh”.
Step 4: Start anonsurf
To start anonsurf, and pass all under TOR, give the following command:
./anonsurf.sh start
To stop, just give the command:
./anonsurf.sh stop
We thank the author of the tool “Anonsurf” >> EclipseSpark <<