Home How to Browse anonymously in Kali Linux with Anonsurf

Browse anonymously in Kali Linux with Anonsurf

by blackMORE

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 <<

You may also like

16 comments

andi October 29, 2016 - 4:13 am

check Parrote os

Reply
K-K-V November 16, 2016 - 8:55 pm

Can I use it for carding? Plz mail me at:
kshetry045@gmail.com

Reply
Alph4 November 21, 2016 - 6:34 pm

how can i Uninstall it?

Reply
michael birkenhoff December 13, 2016 - 11:32 am

cd to the folder you downloaded it to, like if you downloaded it to /Downloads/
then # cd Downloads
then # cd /kali-anonsurf/
then # rm /kali-anonsurf/

Reply
sanket January 30, 2019 - 4:31 pm

NOTE

then # rm -r kali-anonsurf

Reply
moizoi December 29, 2016 - 11:18 am

Hey I got a question… when I using an anonsurf and doing nmap scan it just don’t show me anything (open ports, services, os detection), but when I using proxychains it work so… Is anonsurf better than proxychains? And is anonsurf working when I doing remote attacks?? (scaning site or handling payload)? or some ddos attack?

Reply
john February 18, 2017 - 3:51 pm

resolve.conf file is not updated as shown in your post
it is showing nameserver
and when given anonsurf myip it is showing thw error
/etc/init.d/anonsurf: line 116: curl: command not found
how can i resolve this i am absolute beginner to linux os
thanks in advance

Reply
farshid March 4, 2017 - 1:33 am

thanks bro for your honestly.jys only say god helpe you and so so so merci.

farshid from persia

Reply
imran nazir March 27, 2017 - 11:00 pm

thank you bro u are best hahaha its working bro can u send me ur email address?

Reply
msafa April 2, 2017 - 12:00 am

Thanks very good program very good

msafa from IRAN

Reply
maxmax June 3, 2017 - 1:43 am

this very very goodsssssssssssssssssssssssssss tunneling

Reply
abc April 7, 2017 - 10:50 pm

T H @ N K $$$

Reply
zeeshan April 14, 2017 - 8:26 pm

root@kali:~# anonsurf start

getting this msg when starting …

* cleaning some dangerous cache elementsgrep: /etc/default/tor: No such file or directory

[!] Please add the following to your /etc/default/tor and restart service:

#———————————————————————-#
RUN_DAEMON=”yes”
#———————————————————————-#

Reply
ReL1KzeRe4l June 7, 2017 - 3:23 pm

There is an other script calles anonym8 which is better than anonsurf. This script change Mac adress, delete the cache and some others good feature. I hope you look it ;) thanks for your website <3

Reply
sanket January 30, 2019 - 4:35 pm

Thank you for this article. my tor did not work in office network however this script helped..

Reply
Anonym November 9, 2020 - 2:39 am

Hello,

for the error : /etc/init.d/anonsurf: line 116: curl: command not found

it means the curl might not be installed.

1 – sudo apt install curl
2 – Run sudo anonsurf myip
3 – My IP is : XXX.XXX.XXX.XXX

Cheers

Reply

Leave your solution or comment to help others.

This site uses Akismet to reduce spam. Learn how your comment data is processed.