Anonsurf — Anonymise Total System

Anonsurf — Anonymise Total System

Being anonymous is the first criteria during any penetration testing operation. Anonymise a total system is not an easy job, but there are many tools. For this tutorial we are going to learn about Anonsurf. This is a very good tool to anonymise our Kali Linux system, but no tool can perfectly anonymise a system.

anonsurf anonymise a total system

Anonsurf uses Tor network IP tables to anonymise a total system. Anonsurf also contains Pandora package. Pandora clears the cache and the RAM when the user is logged out. That means it wipes all traces of the user’s job from the system. Previously we have talked about Tor and other ways to become anonymous on web. For more information how Tor works read this.

Lets start by cloning Anonsurf from it’s Github repository. We open our terminal window and type following command:

git clone https://github.com/Und3rf10w/kali-anonsurf

Then we go to the kali-anonsurf directory using cd command:

cd kali-anonsurf

anonymise


Then we need to install it by using the installer bash script:

./installer.sh

 The screenshot of the command is following:

installing anonsurf

This process will take time depending on our internet speed.

After completing this process we are all ready to run Anonsurf by using following command:

anonsurf start

The screenshot is following:

anonsurf start

Anonsurf will kill dangerous applications after running and clear the cache and redirect the whole traffic through Tor.

After running anonsurf we can change our current Tor identity to another one by using following command:

anonsurf change

To check our current changed IP we use following command:

anonsurf myip
anonsurf featuers

To stop the anonsurf we can use stop command as start

anonsurf stop
stopping anoinsurf

For more control we can see the help menu by using following command:

anonsurf help

This tool is really good for beginners, because this tool makes some hard things very easy, like configuring proxies automatically.

Nothing can give us total anonymity. Tor helps to be relatively anonymous. To learn more on becoming anonymous and Tor read our this detailed tutorial.
Hope this tutorial was helpful. Did you really like this ? Show the support in comment section and share this to everyone from social media. For any technical issue or error we are always happy to help.

KP AKA Koushik Pal is a Security researcher and specialist focused on educating about Linux for cybersecurity and URL‑masking vulnerabilities. Creator of MaskPhish, a well‑known open‑source bash-based URL‑masking tool. Linux enthusiasts Active speaker, trainer, and advocate for secure web practices.

8 comments

comments user
Unknown

hi, any body help me. I am getting the below error

Preparing to unpack libjetty8-java_8.1.16-4_all.deb …
Unpacking libjetty8-java (8.1.16-4) over (8.1.16-4) …
dpkg: dependency problems prevent configuration of libjetty8-java:
libjetty8-java depends on libservlet3.0-java; however:
Package libservlet3.0-java is not installed.

dpkg: error processing package libjetty8-java (–install):
dependency problems – leaving unconfigured
Errors were encountered while processing:
libjetty8-java
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package libgetopt-java is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package ttf-dejavu is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
fonts-dejavu-extra fonts-dejavu-core fonts-dejavu

Package libservlet3.0-java is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Unable to locate package libecj-java
E: Package 'libgetopt-java' has no installation candidate
E: Package 'libservlet3.0-java' has no installation candidate
E: Unable to locate package glassfish-javaee
E: Package 'ttf-dejavu' has no installation candidate
Reading package lists… Done
Building dependency tree
Reading state information… Done
Correcting dependencies… Done
The following packages will be REMOVED:
kali-anonsurf libjetty8-java
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 2,376 kB disk space will be freed.
Do you want to continue? [Y/n]

comments user
Jaish Bhagat

same i'm having this problem too. plss guide us for solution

comments user
Kali Linux

Hi Jaish, this problem comes from repository. You guys just need to change the sources.list file. Check our this tutorial. Will write a separated tutorial about these kind of errors.

comments user
Selim Yeilmaz

The problem is you i2p2.com is not working because it works on http where as now kali linux updates are happening from https. So in this case you may change the etc sourcelist.txt file and add https before that line. But in my case as i installed kali linux as offline installation sourcelists were off for me. in that case I had to reinstall in online system and at this time installing anonsurf was not a problem. depackaging happend fine.

comments user
Share Market Blogs

root@kali:~# apt-get upgrade -y
Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run 'apt –fix-broken install' to correct these.
The following packages have unmet dependencies:
kali-anonsurf : Depends: secure-delete but it is not installed
Depends: tor but it is not installed
Depends: i2p but it is not installed
Recommends: gtkdialog but it is not installable
Recommends: gufw but it is not installed
libjetty8-java : Depends: libservlet3.0-java but it is not installable
E: Unmet dependencies. Try 'apt –fix-broken install' with no packages (or specify a solution).
root@kali:~#

comments user
Share Market Blogs

plz how to fix this

comments user
Kali Linux

try these commands one by one:
apt –fix-broken install
apt-get update -y
apt-get upgrade -y
then give a try anonsurf

comments user
Anonymous

hello when i enter anonsurf start it shows Unmet dependencies. Try 'apt –fix-broken install' with no packages (or specify a solution).* killing dangerous applications
* 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"
#—— and this ALSO WHY THIS ERROR OCCURS

Post Comment