All Projects → andrewmichaelsmith → private-tor-network-kube

andrewmichaelsmith / private-tor-network-kube

Licence: GPL-2.0 license
Scripts to set up a private tor network on kubernetes

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to private-tor-network-kube

onionize
create an onion site from a directory, file, zip or an HTTP(S) site
Stars: ✭ 30 (+114.29%)
Mutual labels:  tor
ip2proxy-java
IP2Proxy Java Component.It can be used to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits.
Stars: ✭ 16 (+14.29%)
Mutual labels:  tor
ipChecker
Check if a IP is from tor or is a malicious proxy
Stars: ✭ 50 (+257.14%)
Mutual labels:  tor
ToRat client
This is the ToRat client, a part of the ToRat Project.
Stars: ✭ 29 (+107.14%)
Mutual labels:  tor
website-fingerprinting
Deanonymizing Tor or VPN users with website fingerprinting and machine learning.
Stars: ✭ 59 (+321.43%)
Mutual labels:  tor
request-on-steroids
An HTTP client ✨ with retry, circuit-breaker and tor support 📦 out-of-the-box
Stars: ✭ 19 (+35.71%)
Mutual labels:  tor
GhostNET
GhostNET script that will help you be safer on the cyber
Stars: ✭ 45 (+221.43%)
Mutual labels:  tor
theonionbox
Dashboard to monitor Tor node operations
Stars: ✭ 116 (+728.57%)
Mutual labels:  tor
onionjuggler
Manage your Onion Services via CLI or TUI on Unix-like operating system with a POSIX compliant shell.
Stars: ✭ 31 (+121.43%)
Mutual labels:  tor
onion-pi
Configures your Raspberry Pi as portable WiFi-WiFi Tor proxy.
Stars: ✭ 13 (-7.14%)
Mutual labels:  tor
torjail
🔒 download, verify & run torbrowser in a sandbox
Stars: ✭ 14 (+0%)
Mutual labels:  tor
alpine-tor-docker
A minimal Docker image with the Tor daemon running in the background.
Stars: ✭ 23 (+64.29%)
Mutual labels:  tor
tor-router-nexx-wt3020
Make a cheap TOR router for $10
Stars: ✭ 15 (+7.14%)
Mutual labels:  tor
alias-wallet
Official Alias source code repository
Stars: ✭ 5 (-64.29%)
Mutual labels:  tor
guessTor
Bruteforces [.onion] domains
Stars: ✭ 78 (+457.14%)
Mutual labels:  tor
ip2proxy-python
Python library for IP2Proxy database lookup. It can be used to find the IP addresses which are used as VPN anonymizer, open proxies, web proxies and Tor exits.
Stars: ✭ 19 (+35.71%)
Mutual labels:  tor
privcy
Official Repository for PRiVCY Coin $PRiV
Stars: ✭ 26 (+85.71%)
Mutual labels:  tor
Tor-IP-Addresses
Hourly checked and updated list of IP Addresses of Tor and Tor Exit Nodes
Stars: ✭ 182 (+1200%)
Mutual labels:  tor
caddy-altonions
Opportunistic Onions plugin for Caddy
Stars: ✭ 20 (+42.86%)
Mutual labels:  tor
OnionHarvester
A small TOR Onion Address harvester for checking if the address is available or not.
Stars: ✭ 71 (+407.14%)
Mutual labels:  tor

Private Tor Network on Kubernetes

Dependencies

  • a kubernetes cluster (tested against 1.6)
  • kubectl configured to point at the cluster + namespace at that cluster
  • docker client/server available (we use a docker conatiner to generate the keys)

Set up

  • ./setup.sh

Use

Exposes a remote relay locally for use over SOCKS:

  • ./use.sh
  • curl --socks5 localhost:9050 https://github.com
  • curl --socks5-hostname localhost:9050 $(./findhs.sh)

Point arm at a relay:

  • ./use-arm.sh
  • arm #password is "password"

Sources

Based on antitree/private-tor-network

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].