Skip to content

Anonsurf

Introduction

Anonsurf is a tool that routes all system traffic through the Tor network. Unlike Proxychains (which works application by application), Anonsurf anonymizes the entire operating system.


Installation

  1. Clone the Anonsurf repository:

    git clone https://github.com/Und3rf10w/kali-anonsurf.git
    
  2. Move into the directory:

    cd kali-anonsurf/
    
  3. Run the installer:

    ./installer.sh
    

Alternatively, on some systems, you can install directly:

sudo apt-get update
sudo apt-get install anonsurf

Usage

  • Start Anonsurf:

    sudo anonsurf start
    
  • Stop Anonsurf:

    sudo anonsurf stop
    
  • Restart Anonsurf:

    sudo anonsurf restart
    
  • Change identity (request a new Tor circuit):

    sudo anonsurf change
    
  • Check Anonsurf status:

    sudo anonsurf status
    

Features

  • Routes all traffic through the Tor network.

  • Prevents DNS leaks.

  • Blocks IPv6 traffic to avoid accidental identity leaks.

  • Provides a system-wide anonymity solution.


Verification

Before starting Anonsurf:

After starting Anonsurf:

  • Visit the same site and confirm your IP has changed to a Tor exit node.