nipe/README.md

80 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2018-11-18 14:56:39 -08:00
<p align="center">
2020-04-10 13:28:41 -07:00
<img src="https://heitorgouvea.me/images/projects/nipe/logo.png">
2020-06-10 11:40:02 -07:00
<p align="center">An engine to make Tor Network your default gateway.</p>
2018-11-18 14:56:39 -08:00
<p align="center">
2020-04-10 13:28:41 -07:00
<a href="/LICENSE.md">
2018-11-18 14:56:39 -08:00
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
</a>
2020-11-28 14:13:31 -08:00
<a href="https://github.com/htrgouvea/nipe/releases">
2020-08-05 07:52:45 -07:00
<img src="https://img.shields.io/badge/version-0.9.5-blue.svg">
2019-02-05 04:51:44 -08:00
</a>
2018-11-18 14:56:39 -08:00
</p>
</p>
---
2016-08-30 10:41:21 -07:00
2020-05-22 19:17:07 -07:00
### Summary
2019-11-27 07:41:20 -08:00
2020-05-22 19:17:07 -07:00
The Tor project allows users to surf the Internet, chat and send instant messages anonymously through its own mechanism.
2020-06-10 11:40:02 -07:00
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.
2019-11-27 07:41:20 -08:00
2020-06-10 12:00:16 -07:00
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.
2019-11-27 07:41:20 -08:00
2020-06-10 11:40:02 -07:00
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.
2020-05-22 19:17:07 -07:00
All non-local UDP/ICMP traffic is also blocked by the Tor project.
---
2020-05-22 19:17:07 -07:00
### Download and install
2017-03-13 10:24:57 -07:00
2019-11-27 07:41:20 -08:00
```bash
# Download
2020-11-28 14:13:31 -08:00
$ git clone https://github.com/htrgouvea/nipe && cd nipe
2019-06-29 16:24:42 -07:00
2019-12-01 19:19:19 -08:00
# Install libs and dependencies
2020-05-29 11:10:08 -07:00
$ sudo cpan install Try::Tiny Config::Simple JSON
2020-06-11 08:59:31 -07:00
# Nipe must be run as root
2019-11-27 07:41:20 -08:00
$ perl nipe.pl install
2016-01-25 03:31:36 -08:00
```
2020-05-22 19:17:07 -07:00
---
2019-08-01 20:19:39 -07:00
2019-11-27 07:41:20 -08:00
### Commands:
2020-01-16 09:30:09 -08:00
```
2019-11-27 07:41:20 -08:00
COMMAND FUNCTION
install Install dependencies
start Start routing
stop Stop routing
2020-04-26 13:09:27 -07:00
restart Restart the Nipe circuit
2019-11-27 07:41:20 -08:00
status See status
Examples:
2020-06-11 09:42:52 -07:00
perl nipe.pl install
2019-11-27 07:41:20 -08:00
perl nipe.pl start
perl nipe.pl stop
perl nipe.pl restart
perl nipe.pl status
2016-01-25 03:31:36 -08:00
```
2015-09-07 12:01:48 -07:00
2020-05-22 19:17:07 -07:00
---
2015-09-07 12:01:48 -07:00
2020-06-08 09:58:08 -07:00
### Demo
![Image](https://heitorgouvea.me/images/projects/nipe/demo.gif)
---
2019-11-27 07:41:20 -08:00
### Contribution
2015-09-07 12:01:48 -07:00
2020-11-28 14:13:31 -08:00
- Your contributions and suggestions are heartily ♥ welcome. [See here the contribution guidelines.](/.github/CONTRIBUTING.md) Please, report bugs via [issues page](https://github.com/htrgouvea/nipe/issues) and for security issues, see here the [security policy.](/SECURITY.md) (✿ ◕‿◕) This project follows the best practices defined by this [style guide](https://heitorgouvea.me/projects/perl-style-guide).
2019-11-27 07:41:20 -08:00
2022-03-28 18:22:43 -07:00
- If you are interested in providing financial support to this project, please visit: [heitorgouvea.me/donate](https://heitorgouvea.me/donate)
2022-03-28 18:20:56 -07:00
2020-06-11 09:27:55 -07:00
---
### License
2022-03-28 18:20:56 -07:00
- This work is licensed under [MIT License.](/LICENSE.md)