{"id":13449245,"url":"https://github.com/htrgouvea/nipe","last_synced_at":"2025-05-14T05:00:26.689Z","repository":{"id":37233083,"uuid":"42069173","full_name":"htrgouvea/nipe","owner":"htrgouvea","description":"An engine to make Tor network your default gateway","archived":false,"fork":false,"pushed_at":"2025-05-14T00:45:12.000Z","size":330,"stargazers_count":2041,"open_issues_count":18,"forks_count":320,"subscribers_count":86,"default_branch":"main","last_synced_at":"2025-05-14T02:27:33.534Z","etag":null,"topics":["anonymity","anonymize","engine","iptables","network","nipe","perl","privacy","tor"],"latest_commit_sha":null,"homepage":"https://heitorgouvea.me/","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/htrgouvea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["htrgouvea"]}},"created_at":"2015-09-07T18:47:10.000Z","updated_at":"2025-05-14T00:45:16.000Z","dependencies_parsed_at":"2023-02-19T11:20:18.341Z","dependency_job_id":"da29f121-9814-4255-bad0-7ada3eb9b347","html_url":"https://github.com/htrgouvea/nipe","commit_stats":{"total_commits":395,"total_committers":29,"mean_commits":"13.620689655172415","dds":"0.42784810126582273","last_synced_commit":"19c9526bf926162a9da29aa9a325220d387c51e6"},"previous_names":["gouveaheitor/nipe"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htrgouvea%2Fnipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htrgouvea%2Fnipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htrgouvea%2Fnipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htrgouvea%2Fnipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htrgouvea","download_url":"https://codeload.github.com/htrgouvea/nipe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076329,"owners_count":22010596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anonymity","anonymize","engine","iptables","network","nipe","perl","privacy","tor"],"created_at":"2024-07-31T06:00:34.306Z","updated_at":"2025-05-14T05:00:26.477Z","avatar_url":"https://github.com/htrgouvea.png","language":"Perl","funding_links":["https://github.com/sponsors/htrgouvea"],"categories":["Perl"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://heitorgouvea.me/images/projects/nipe/logo.png\"\u003e\n  \u003cp align=\"center\"\u003eAn engine to make Tor Network your default gateway.\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"/LICENSE.md\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/htrgouvea/nipe/releases\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/version-0.9.7-blue.svg\"\u003e\n    \u003c/a\u003e\n     \u003cbr/\u003e\n    \u003cimg src=\"https://github.com/htrgouvea/nipe/actions/workflows/linter.yml/badge.svg\"\u003e\n    \u003cimg src=\"https://github.com/htrgouvea/nipe/actions/workflows/zarn.yml/badge.svg\"\u003e\n    \u003cimg src=\"https://github.com/htrgouvea/nipe/actions/workflows/security-gate.yml/badge.svg\"\u003e\n    \u003cimg src=\"https://github.com/htrgouvea/nipe/actions/workflows/test-on-ubuntu.yml/badge.svg\"\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n### Summary\n\nThe Tor project allows users to surf the Internet, chat and send instant messages anonymously through its own mechanism. \nIt 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.\n  \nNipe 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.\n\nCurrently, 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.\n\nNipe uses iptables to apply redirection rules. If you may have rules applied to this utility, during the start process, conflicts may occur. When you stop running the Nipe services, all departure rules are removed, not differentiating between the already existing ones and the Nipe rules.\n\n---\n\n### Download and install\n\n```bash\n  # Download\n  $ git clone https://github.com/htrgouvea/nipe \u0026\u0026 cd nipe\n    \n  # Install libs and dependencies\n  $ cpanm --installdeps .\n\n  # Nipe must be run as root\n  $ perl nipe.pl install\n```\n---\n\n### Commands:\n```\n  COMMAND          FUNCTION\n  install          Install dependencies\n  start            Start routing\n  stop             Stop routing\n  restart          Restart the Nipe circuit\n  status           See status\n\n  Examples:\n\n  perl nipe.pl install\n  perl nipe.pl start\n  perl nipe.pl stop\n  perl nipe.pl restart\n  perl nipe.pl status\n```\n\n---\n\n### Demo\n\n![Image](https://heitorgouvea.me/images/projects/nipe/demo.gif)\n\n---\n\n### Docker container\n\n```bash\n# Building the container\n$ docker build -t nipe .\n\n# Setup the Nipe container\n$ docker run -d -it --name nipe-container --privileged --cap-add=NET_ADMIN nipe\n\n# Running commands\n$ docker exec -it nipe-container ./nipe.pl \u003cyour command\u003e\n\n```\n\n---\n\n### Contribution\n\nYour 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) (✿ ◕‿◕)\n\n---\n\n### License\n\nThis work is licensed under [MIT License.](/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtrgouvea%2Fnipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtrgouvea%2Fnipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtrgouvea%2Fnipe/lists"}