All Projects → r0hi7 → Tortipi

r0hi7 / Tortipi

Licence: bsd-3-clause
Tor based Raspberry π hotspot

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Tortipi

Upribox
Usable Privacy Box
Stars: ✭ 153 (+101.32%)
Mutual labels:  raspberry-pi, tor, wifi-hotspot
Embedio
A tiny, cross-platform, module based web server for .NET
Stars: ✭ 1,007 (+1225%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Deepweb Scappering
Discover hidden deepweb pages
Stars: ✭ 40 (-47.37%)
Mutual labels:  tor, tor-network
Rpi Battery Monitor
Monitor battery voltage from a Raspberry Pi
Stars: ✭ 51 (-32.89%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Gassistpi
Google Assistant for Single Board Computers
Stars: ✭ 911 (+1098.68%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Scihub Downloader
Sci-Hub PDF downloader through Tor Network (Docker image)
Stars: ✭ 35 (-53.95%)
Mutual labels:  tor, tor-network
Pi Camera In A Box
Stream your Raspberry Pi Camera Module directly to your web browser
Stars: ✭ 49 (-35.53%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Fotobox
Python based photo-booth script for Raspberry Pi and RPi Camera
Stars: ✭ 22 (-71.05%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Onionite
Explore the Tor network
Stars: ✭ 63 (-17.11%)
Mutual labels:  tor, tor-network
Openvoiceos
OpenVoiceOS is a minimalistic linux OS bringing the open source voice assistant Mycroft A.I. to embbeded, low-spec headless and/or small (touch)screen devices.
Stars: ✭ 64 (-15.79%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Opencv 3.2.0 Compiling On Raspberry Pi
Download, Compile, Build, and Install OpenCV 3.2.0 with Extra Modules on RPI running Jessie
Stars: ✭ 65 (-14.47%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Prometheus Tor exporter
Prometheus exporter for the TOR daemon
Stars: ✭ 20 (-73.68%)
Mutual labels:  tor, tor-network
Woa Installer Rpi
This repository was deprecated, use:
Stars: ✭ 865 (+1038.16%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Sybilhunter
Hunting for Sybils and anomalies in archived Tor network data.
Stars: ✭ 35 (-53.95%)
Mutual labels:  tor, tor-network
Mycodo
An environmental monitoring and regulation system
Stars: ✭ 936 (+1131.58%)
Mutual labels:  automation, raspberry-pi
Fiscalberry
[JSON ↔ HW] Connect things using JSON API with the fiscalberry websocket server interact easily with any kind of Hardware. Another IoT solution...
Stars: ✭ 44 (-42.11%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Homekitcam
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
Stars: ✭ 69 (-9.21%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Raspberry Pi Turnkey
How to make a Raspberry Pi image that can be deployed anywhere and assigned to a WiFi network without SSH 👌
Stars: ✭ 682 (+797.37%)
Mutual labels:  raspberry-pi, wifi-hotspot
Torbot
Dark Web OSINT Tool
Stars: ✭ 821 (+980.26%)
Mutual labels:  tor, tor-network
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-31.58%)
Mutual labels:  raspberry-pi, raspberry-pi-3

Tor-Ti-Pi

       _==/          i     i          \==_
     /XX/            |\___/|            \XX\
   /XXXX\            |XXXXX|            /XXXX\
  |XXXXXX\_         _XXXXXXX_         _/XXXXXX|
 XXXXXXXXXXXxxxxxxxXXXXXXXXXXXxxxxxxxXXXXXXXXXXX
|XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX|                             BATMAN uses TOR
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX                                 Do You ?
|XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX|
 XXXXXX/^^^^"\XXXXXXXXXXXXXXXXXXXXX/^^^^^\XXXXXX
  |XXX|       \XXX/^^\XXXXX/^^\XXX/       |XXX|
    \XX\       \X/    \XXX/    \X/       /XX/
       "\       "      \X/      "      /" 

TorTiPi is a tool to setup the Tor based wifi hotspot on Raspberry Pi Model 3. This tool can also work with the other models on Raspberry but would require exteranl wifi adapter plugged into RP, which would be helpful to create access point.
At this point TTP provides extremly simple but complete setup to create Tor network access point.
I will not mention that why should one use Tor if you are curious to know this blog post is a good read.
If you really want to get your hands dirty with anonymity, then lets gets started.

Let TorTiPi do it.

TorTiPi setups everything for you. But How ??

git clone https://github.com/r0hi7/tortipi.git
cd tortipi
chmod +x setup.sh
./setup.sh

Only 4 simple commands. 😄
At the end of the installation, a Access point named as TorTiPi will be up and its default password would be changeme. If you want to change deafult password, TorTiPi simplifies that too for you.

Changing the Configurations.

The hostapd.config file in this repo needs to be changed before the running setup script.

interface=wlan0
ssid=TortiPi
hw_mode=g
channel=6
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=changeme
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP

If you notice the content are very simple key value pair. For our concern we need to focus on ssid and wpa_passphrase. The first one specifies the name of your wifi hotspot and the latter one chnages the password for AP. Once the changes have been made, save the file and run ./setup.sh.
If you have already ran setup script. Donot rerun the script after changing. Rather modify the file /etc/hostapd/hostapd.conf. This file also have same parameter as to the one in hostapd.config. After making the changes restart the hostapd service.
service hostapd restart

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