Kali Linux | Fully Anonymise your traffic by Tor gateway using Nipe

Hey Guys ! In this video I’ll show you how To Make TOR Network Your Default Gateway Using Nipe Script.

Tor enables users to surf the Internet, chat and send instant messages anonymously, and is used by a wide variety of people for both Licit and Illicit purposes.
This Perl Script enables you to directly route all your traffic from your computer to the Tor Network through which you can surf the Internet Anonymously without having to worry about being tracked or traced back.

DOWNLOAD: https://github.com/th3justhacker/nipe

Commands:

*Installation

git clone https://github.com/th3justhacker/nipe...
cd nipe && ls
cpan install Switch JSON LWP::UserAgent

COMMAND ----------------- FUNCTION

    install          Install dependencies
    start            Start routing
    stop             Stop routing
    restart          Restart the Nipe process
    status           See status
Examples:
    perl nipe.pl install
    perl nipe.pl start
    perl nipe.pl stop
    perl nipe.pl restart
    perl nipe.pl status

Enjoy folks!

3 Likes