Browse anonymously in Kali Linux with Anonsurf

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

Check Also

hexdump - blackMOREOps - 2

Change IP address in packet capture file (faking IP)

I'm sure you bumped into situations where you needed to fake IP address in a capture file. This maybe required when you're trying to send the capture file to someone that you don't really share your real IP's with or you just want to change cause you can. If you've tried this and looked around the interwebs, you'd surely know that there's not many guides available and most people would just tell casually "just use sed" or use "WireEdit" and pay some fees for their license. Now, both works but I just got pissed off in a particular situation where sed wasn't an options (the file was literally few GB's in size and most text editors would just freeze) and to make things worse, I needed to filter a lot of info and only keep source and destination IP addresses in there for privacy's sake. Yeah, that means removing all those noises like DNS, UDP, Broadcast, Cisco ARP, Broadcast, MDNS (yes, that too), SSDP ... yes, pretty much anything except TCP/UDP, HTTP and TLS trarffic between my server and the destination server. So, in summary I had to filter all of these noises and change IP address in packet capture file to hide source IP address, this is similar to faking IP address in packet captures. You can also use other tools to do it on the fly but they require more setup and all I just wanted to do is to hide my source IP.

Unicornscan

Forging ARP, UDP, ICMP or custom packets with packetforge-ng

The purpose of packetforge-ng is to create encrypted packets that can subsequently be used for …

16 comments

  1. check Parrote os

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

  3. how can i Uninstall it?

  4. 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?

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

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

    farshid from persia

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

  8. Thanks very good program very good

    msafa from IRAN

  9. T H @ N K $$$

  10. 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”
    #———————————————————————-#

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

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

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

Leave your solution or comment to help others.

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

Discover more from blackMORE Ops

Subscribe now to keep reading and get access to the full archive.

Continue reading