Anonsurf : Linux anonymous proxy tool
INFO
Anonsurf is one of the excellent anonymity tools for Linux distributions. It helps us secure network tunnels. This tool uses TOR iptables to anonymize the entire system under TOR. It also allows you to start and stop i2p.
This article is original, reproduced please indicate the source
Installation
shell
git clone https://github.com/Und3rf10w/kali-anonsurf.git &&
cd kali-anonsurf &&
sudo bash installer.sh
Startup
This will clear the entire system cache,including active SSH tunnels or sessions.
shell
sudo anonsurf start
Check
shell
curl -s https://check.torproject.org/ | grep -A 3 "<title>" | sed 's/<title>//'
Shutdown
shell
sudo anonsurf stop
HELP
shell
anosurf --help
DANGER
DO NOT run this as service anonsurf $COMMAND
. Run this as anonsurf $COMMAND