Skip to content
forked from htrgouvea/nipe

Nipe is a script to make Tor Network your default gateway.

License

Notifications You must be signed in to change notification settings

abhivic1988/nipe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nipe

A script to make Tor Network your default gateway.


    [+] AUTOR:        Heitor Gouvêa
    [+] SITE:         https://heitorgouvea.me
    [+] EMAIL:        hi@heitorgouvea.me
    [+] GITHUB:       https://github.com/GouveaHeitor
    [+] TWITTER:      @GouveaHeitor

See complete documentation here

How it works

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. Tor has, for example, been used by criminals enterprises,
hacktivism groups, and law enforcement  agencies at cross purposes, sometimes
simultaneously.

Nipe is a script to make the Tor network your default gateway.

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.

Currently Nipe only supports IPV4, we are working on a solution to add IPV6 support and
also only traffic other than DNS requests destined for local/loopback addresses is not passed
through Tor. All non-local UDP/ICMP traffic is blocked.

Download and install:

    # Download
    $ git clone https://github.com/GouveaHeitor/nipe
    $ cd nipe

    # Automatic installation
    $ chmod +x setup.sh
    $ ./setup.sh
    
    # Manual installation
    $ cpan install Switch JSON LWP::UserAgent Config::Simple
    $ perl nipe.pl install

Commands:

    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

Bugs

License

Contribution

About

Nipe is a script to make Tor Network your default gateway.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 97.9%
  • Shell 2.1%