NIPE

NIPE – Un motore per rendere Tor Network il tuo gateway predefinito

Il progetto Tor consente agli utenti di navigare in Internet, chattare e inviare messaggi istantanei in modo anonimo attraverso il proprio meccanismo. Nipe è un motore, sviluppato in Perl, che mira a rendere la rete Tor il gateway di rete predefinito. Nipe può instradare il traffico dalla tua macchina a Internet attraverso la rete Tor, in modo da poter navigare in Internet con una posizione più formidabile sulla privacy e l’anonimato nel cyberspazio.

Scarica e installa
# Download
  $ git clone https://github.com/htrgouvea/nipe && cd nipe
    
  # Install libs and dependencies
  $ sudo cpan install Try::Tiny Config::Simple JSON

  # Nipe must be run as root
  $ perl nipe.pl install

Di Più: https://github.com/htrgouvea/nipe

COMMAND          FUNCTION
  install          Install dependencies
  start            Start routing
  stop             Stop routing
  restart          Restart the Nipe circuit
  status           See status

  Examples:

  perl nipe.pl install
  perl nipe.pl start
  perl nipe.pl stop
  perl nipe.pl restart
  perl nipe.pl status

Fonte: https://hakin9.org/nipe-an-engine-to-make-tor-network-your-default-gateway/

Spread the love