Anonsurf: Surf Internet Anonymously

Anonsurf: Surf Internet Anonymously

February 19, 2021 1 min read 4 views 0 discussions
Table of Contents
    Anonsurf is a tool that will help you stay anonymous by routing every packet through TOR relay. When you use Anonsurf for ethical hacking, all the traffic from your system goes through a TOR proxy server due to which your IP address is changed.

    Install & Run Anonsurf

    mrdev@kali:~$ git clone https://github.com/Und3rf10w/kali-anonsurf.git
    -------------------------------------------------------------------------------------------------------------------------
    -------------------------------------------------------------------------------------------------------------------------
    mrdev@kali:~$ ls
    kali-anonsurf
    mrdev@kali:~$ cd kali-anonsurf
    mrdev@kali:~$ sudo ./install.sh
    mrdev@kali:~$anonsurf start
    Run the following command to install Anonsurf:
    Successfully! Anonsurf is installed, 

    Run Anonsurf

    Let’s see how it works. But before that, let’s check if your IP is traceable. To check, open any internet browser and open the following URL: http://whatismyipaddress.com/.

    This website will display your IP address. 

    Run Anonsurf

    To start Anonsurf, run the below command in the terminal:

    Now you see anonsurf just running:

    Now, open the browser again and go to http://whatismyipaddress.com/. You will see that your IP address is changed. 

    This means that the traffic from your system is being routed through another server. To know about other options of Anonsurf for ethical hacking, run the following command in the terminal:


    Community Q&A