All Projects → Xaqron → tor-private-bridge

Xaqron / tor-private-bridge

Licence: MIT license
Bash script for setting up a private Tor bridge

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to tor-private-bridge

Kalitorify
Transparent proxy through Tor for Kali Linux OS
Stars: ✭ 513 (+2342.86%)
Mutual labels:  tor, bash-script
Archtorify
Transparent proxy through Tor for Arch Linux OS
Stars: ✭ 100 (+376.19%)
Mutual labels:  tor, bash-script
onionfruit
OnionFruit™ Connect - Tor access client with country selection, bridge configuration, pluggable transports and experimental DNS support
Stars: ✭ 150 (+614.29%)
Mutual labels:  tor, bridge
bash-tpl
A smart, lightweight shell script templating engine, written in Bash
Stars: ✭ 26 (+23.81%)
Mutual labels:  bash-script
onionbox
Send and receive files securely through Tor.
Stars: ✭ 39 (+85.71%)
Mutual labels:  tor
mailcat
Find existing email addresses by nickname using API/SMTP checking methods without user notification. Please, don't hesitate to improve cat's job! 🐱🔎 📬
Stars: ✭ 219 (+942.86%)
Mutual labels:  tor
Deb Dots
Debian GNU/Linux dot files.
Stars: ✭ 49 (+133.33%)
Mutual labels:  bash-script
native-js-interactive-encapsulation
主要用于vue和原生的交互
Stars: ✭ 18 (-14.29%)
Mutual labels:  bridge
matrix-pstn-bridge
☎️ A Matrix Puppet bridge for the public telephone network that supports a number of VoIP providers (Twillo, Vonage, etc.). Sends and receives voice and SMS.
Stars: ✭ 25 (+19.05%)
Mutual labels:  bridge
Red-Rabbit-V4
The Red Rabbit project is just what a hacker needs for everyday automation. Red Rabbit unlike most frameworks out there does not automate other peoples tools like the aircrack suite or the wifite framework, it rather has its own code and is raw source with over 270+ options. This framework might just be your everyday key to your workflow
Stars: ✭ 123 (+485.71%)
Mutual labels:  tor
awesome-scripts
Set of scripts that can do awesome stuff for developers
Stars: ✭ 16 (-23.81%)
Mutual labels:  bash-script
good-karma-kit
😇 A Docker Compose bundle to run on servers with spare CPU, RAM, disk, and bandwidth to help the world. Includes Tor, ArchiveWarrior, BOINC, and more...
Stars: ✭ 238 (+1033.33%)
Mutual labels:  tor
auto-change-tor-ip
Automatically change tor ip address over time when accessing the internet. Make it private and safe for you
Stars: ✭ 29 (+38.1%)
Mutual labels:  tor
uvlayout bridge
Blender Add-On: A bridge between Headus UVlayout and Blender
Stars: ✭ 20 (-4.76%)
Mutual labels:  bridge
ubuntu-1804
🔵 Curso GRÁTIS Linux Ubuntu Server 18.04.x LTS - REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações. Novo repositório: vaamonde/ubuntu-2004
Stars: ✭ 99 (+371.43%)
Mutual labels:  bash-script
mkonion
A simple way to create a Tor onion service for existing Docker containers.
Stars: ✭ 81 (+285.71%)
Mutual labels:  tor
md-file-tree
Generate markdown list of all the files in a directory. Now also with emoji 📂 📄
Stars: ✭ 130 (+519.05%)
Mutual labels:  bash-script
oniontree
A repository of Tor hidden services.
Stars: ✭ 45 (+114.29%)
Mutual labels:  tor
docker-tor
TOR Server Docker image
Stars: ✭ 32 (+52.38%)
Mutual labels:  tor
cis-benchmark-centOS-8
Auditing Script based on CIS-BENCHMARK CENTOS 8
Stars: ✭ 34 (+61.9%)
Mutual labels:  bash-script

Setup a private obfs4 Tor bridge on Ubuntu server

Copy script to your server:

wget https://raw.githubusercontent.com/Xaqron/tor-private-bridge/master/tor-bridge.sh

Easy installation

Run the script as root:

sudo bash tor-bridge.sh

Done 😊

Advanced installation

sudo bash tor-bridge.sh 172.16.81.23 51452 59009

In above example

  • 172.16.81.23 is your server public IP address.
  • 51452 is the listening port of tor service.
  • 59009 is ORPort.

For more security change listening port and ORPort to a random number of your own.

When setup finished you will get an obfs4 address which can be used in Tor browser.

Also your obfs4 address will be saved at obfs4.address file in your home directory.

Tor Client setup

Use obfs4 address as custom bridge in your Tor client:

tor-browser

Censorship reflects a society's lack of confidence in itself.

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