All Projects → htrgouvea → Nipe

htrgouvea / Nipe

Licence: other
An engine to make Tor network your default gateway

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Nipe

Tinytor
A tiny Tor client implementation (in pure python).
Stars: ✭ 80 (-92.25%)
Mutual labels:  tor, privacy, anonymity
Go Libtor
Self-contained Tor from Go
Stars: ✭ 368 (-64.34%)
Mutual labels:  tor, privacy, anonymity
Onionr
Private Decentralized Communication Network 🎭 🧅
Stars: ✭ 84 (-91.86%)
Mutual labels:  tor, privacy, anonymity
Thgtoa
The Hitchhiker’s Guide to Online Anonymity
Stars: ✭ 326 (-68.41%)
Mutual labels:  tor, privacy, anonymity
Coyim
coyim - a safe and secure chat client
Stars: ✭ 513 (-50.29%)
Mutual labels:  tor, privacy, anonymity
Onionbrowser
An open-source, privacy-enhancing web browser for iOS, utilizing the Tor anonymity network
Stars: ✭ 1,702 (+64.92%)
Mutual labels:  tor, privacy, anonymity
Digital Rights
Promote digital rights in China
Stars: ✭ 186 (-81.98%)
Mutual labels:  tor, privacy, anonymity
Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+1569.28%)
Mutual labels:  tor, anonymity
Zerolink
The Bitcoin Fungibility Framework
Stars: ✭ 336 (-67.44%)
Mutual labels:  privacy, anonymity
Debian Privacy Server Guide
Guide to using a remote Debian server for security and privacy services
Stars: ✭ 338 (-67.25%)
Mutual labels:  tor, privacy
Torwall
Tallow - Transparent Tor for Windows
Stars: ✭ 346 (-66.47%)
Mutual labels:  tor, privacy
Ricochet
Anonymous peer-to-peer instant messaging
Stars: ✭ 3,570 (+245.93%)
Mutual labels:  tor, privacy
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+279.36%)
Mutual labels:  tor, privacy
Trojan Go
Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/
Stars: ✭ 4,049 (+292.34%)
Mutual labels:  network, privacy
Meshbird
Meshbird is open-source cloud-native multi-region multi-cloud distributed private networking.
Stars: ✭ 3,401 (+229.55%)
Mutual labels:  network, privacy
Toriptables2
Tor Iptables script is an anonymizer that sets up iptables and tor to route all services and traffic including DNS through the Tor network.
Stars: ✭ 287 (-72.19%)
Mutual labels:  tor, iptables
Fpnd
Python package for freepn network daemon
Stars: ✭ 271 (-73.74%)
Mutual labels:  privacy, anonymity
Kalitorify
Transparent proxy through Tor for Kali Linux OS
Stars: ✭ 513 (-50.29%)
Mutual labels:  tor, privacy
Tor2web
Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by mean of common web browsers
Stars: ✭ 531 (-48.55%)
Mutual labels:  tor, privacy
Globaleaks
GlobaLeaks is free, open source software enabling anyone to easily set up and maintain a secure whistleblowing platform.
Stars: ✭ 832 (-19.38%)
Mutual labels:  tor, anonymity

An engine to make Tor Network your default gateway.


Summary

The Tor project allows users to surf the Internet, chat and send instant messages anonymously through its own mechanism. It is used by a wide variety of people, companies and organizations, both for lawful activities and for other illicit purposes. Tor has been largely used by intelligence agencies, hacking groups, criminal activities and even ordinary users who care about their privacy in the digital world.

Nipe is an engine, developed in Perl, that aims on making the Tor network your default network gateway. Nipe can route the traffic from your machine to the Internet through Tor network, so you can surf the Internet having a more formidable stance on privacy and anonymity in cyberspace.

Currently, only IPv4 is supported by Nipe, but we are working on a solution that adds IPv6 support. Also, only traffic other than DNS requests destined for local and/or loopback addresses is not trafficked through Tor. All non-local UDP/ICMP traffic is also blocked by the Tor project.


Download and install

  # 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

Commands:

  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

Demo

Image


Contribution


License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].