{"id":18817998,"url":"https://github.com/szorfein/spior","last_synced_at":"2025-04-13T23:25:08.404Z","repository":{"id":56896617,"uuid":"259062221","full_name":"szorfein/spior","owner":"szorfein","description":"(Spider|Tor) A tool to make TOR your default gateway.","archived":false,"fork":false,"pushed_at":"2024-10-22T06:48:20.000Z","size":196,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T13:42:00.116Z","etag":null,"topics":["anonymity","anonymize","iptables","privacy","ruby","tor"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szorfein.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-26T15:17:07.000Z","updated_at":"2024-10-22T06:48:25.000Z","dependencies_parsed_at":"2024-10-23T02:39:21.759Z","dependency_job_id":null,"html_url":"https://github.com/szorfein/spior","commit_stats":{"total_commits":67,"total_committers":1,"mean_commits":67.0,"dds":0.0,"last_synced_commit":"165240ac56931e02800645ccf7515ebd421f193e"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szorfein%2Fspior","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szorfein%2Fspior/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szorfein%2Fspior/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szorfein%2Fspior/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szorfein","download_url":"https://codeload.github.com/szorfein/spior/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248465327,"owners_count":21108243,"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","iptables","privacy","ruby","tor"],"created_at":"2024-11-08T00:14:20.723Z","updated_at":"2025-04-13T23:25:08.375Z","avatar_url":"https://github.com/szorfein.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spior\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr/\u003e\n\n[![Gem Version](https://badge.fury.io/rb/spior.svg)](https://badge.fury.io/rb/spior)\n![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/szorfein/spior/Rubocop/devel)\n[![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop)\n![GitHub](https://img.shields.io/github/license/szorfein/spior)\n\n\u003c/div\u003e\n\n(Spider|Tor) A tool to redirect all your local traffic to the [Tor](https://www.torproject.org/) network.\n\n## Install\nSpior is cryptographically signed, so add my public key (if you haven’t already) as a trusted certificate.\n\n    $ gem cert --add \u003c(curl -Ls https://raw.githubusercontent.com/szorfein/spior/master/certs/szorfein.pem)\n\nAnd install the gem:\n\n    $ gem install spior -P MediumSecurity\n\nOr user wide (Spior will use `sudo`, `doas` will be supported in next release)\n\n    $ gem install --user-install spior\n\n## Requirements\nSpior use `iptables` and `tor`, which can be installed with (if your distro is supported):\n\n    $ spior --install\n\n## Configuration\nSpior look the /etc/tor/torrc for any of:\n\n```conf\nDNSPort 9061\nTransPort 9040\nVirtualAddrNetworkIpv4 10.192.0.0/10\n```\n\nYou can customize any of theses variables.\n\nWhen using `spior -c | --clearnet`, if you want Spior load custom iptables rules, place\nthem at `/etc/iptables/simple_firewall.rules`.\n\n## Usage\n\n    $ spior -h\n\n### Examples\nRedirect traffic through TOR:\n\n    $ spior --tor\n\nChange your ip address by reloading the TOR circuit:\n\n    $ spior --reload\n\nLook informations about your current ip address:\n\n    $ spior --status\n\nReturn to clearnet navigation\n\n    $ spior --clearnet\n\n## Left Over\n\n### [Check for Leak](https://github.com/brainfucksec/kalitorify#checking-for-leaks)\n### Troubleshoooting\nWhen you enable the `--persist` mode, Spior try to block ipv6 with sysctl. It can fail on some system, so you may need to manually disable ipv6 via kernel argument.  \nAn exemple with GRUB, edit `/etc/default/grub.cfg` and change the line bellow:\n\n```\nGRUB_CMDLINE_LINUX_DEFAULT=\"ipv6.disable=1 quiet\"\n```\n\nReload grub after that `grub-mkconfig -o /boot/grub/grub.cfg`\n\n### Issues\nFor any questions, comments, feedback or issues, submit a [new issue](https://github.com/szorfein/spior/issues/new).\n\n### links\n+ https://gitlab.torproject.org/legacy/trac/-/wikis/doc/TransparentProxy\n+ https://github.com/epidemics-scepticism/writing/blob/master/misconception.md\n+ [in perl - Nipe](https://github.com/htrgouvea/nipe)\n+ [in bash - Kalitorify](https://github.com/brainfucksec/kalitorify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszorfein%2Fspior","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszorfein%2Fspior","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszorfein%2Fspior/lists"}