All Projects → OperatorFoundation → shapeshifter-transports

OperatorFoundation / shapeshifter-transports

Licence: MIT license
Shapeshifter Transports is a set of Pluggable Transports implementing the Go API from the Pluggable Transports 2.0 specification

Projects that are alternatives of or similar to shapeshifter-transports

bebasdns
Membantumu berselancar dengan aman dan tidak terbatas!.
Stars: ✭ 56 (+80.65%)
Mutual labels:  anticensorship, internet-freedom, censorship-circumvention
gotapdance
Moved to https://github.com/refraction-networking/gotapdance
Stars: ✭ 29 (-6.45%)
Mutual labels:  anticensorship, internet-freedom, censorship-circumvention
Powertunnel Android
Simple, scalable, cross-platform and effective solution against government censorship for Android
Stars: ✭ 157 (+406.45%)
Mutual labels:  anticensorship, censorship-circumvention
namecoin-core
Namecoin full node + wallet based on the current Bitcoin Core codebase.
Stars: ✭ 425 (+1270.97%)
Mutual labels:  anticensorship, internet-freedom
Zeronet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
Stars: ✭ 17,227 (+55470.97%)
Mutual labels:  anticensorship, internet-freedom
Orbot
The Github home of Orbot: Tor on Android (Also available on gitlab!)
Stars: ✭ 629 (+1929.03%)
Mutual labels:  anticensorship, censorship-circumvention
Awesome Anti Censorship
curated list of open-source anti-censorship tools
Stars: ✭ 521 (+1580.65%)
Mutual labels:  anticensorship, censorship-circumvention
Powertunnel
Simple, scalable, cross-platform and effective solution against government censorship
Stars: ✭ 157 (+406.45%)
Mutual labels:  anticensorship, censorship-circumvention
Reqrypt
A censorship circumvention tool
Stars: ✭ 337 (+987.1%)
Mutual labels:  anticensorship, censorship-circumvention
Tinylist
Tiny version of gfwlist, focusing on common websites ONLY
Stars: ✭ 139 (+348.39%)
Mutual labels:  anticensorship, censorship-circumvention
Trojan
An unidentifiable mechanism that helps you bypass GFW.
Stars: ✭ 15,248 (+49087.1%)
Mutual labels:  anticensorship, censorship-circumvention
Dpitunnel
DPITunnel is an android app made for censorship bypass
Stars: ✭ 179 (+477.42%)
Mutual labels:  anticensorship, censorship-circumvention
Goodbyedpi
GoodbyeDPI—Passive Deep Packet Inspection blocker and Active DPI circumvention utility (for Windows)
Stars: ✭ 4,936 (+15822.58%)
Mutual labels:  anticensorship, censorship-circumvention
Gfwlist
The one and only one gfwlist here
Stars: ✭ 19,033 (+61296.77%)
Mutual labels:  anticensorship, censorship-circumvention
Bebasid
bebasid dapat membantu membuka halaman situs web yang diblokir oleh pemerintah Indonesia dengan memanfaatkan hosts file.
Stars: ✭ 372 (+1100%)
Mutual labels:  anticensorship, censorship-circumvention
russian-blackout
The RKN caused problems all over Russian Internet. This is list of services which suffered from RKN blockings activity.
Stars: ✭ 18 (-41.94%)
Mutual labels:  internet-freedom, censorship-circumvention
Clash Rules
🦄️ 🎃 👻 Clash Premium 规则集(RULE-SET),兼容 ClashX Pro、Clash for Windows 客户端。
Stars: ✭ 706 (+2177.42%)
Mutual labels:  anticensorship
Qv2ray
A cross platform connection manager for V2Ray and other backends.
Stars: ✭ 679 (+2090.32%)
Mutual labels:  censorship-circumvention
Duty Machine
一个备份网络文章的服务。声援陈玫、蔡伟及其女友小唐,请关注端点星事件。
Stars: ✭ 483 (+1458.06%)
Mutual labels:  anticensorship
Runet Censorship Bypass
Chromium extension for bypassing censorship in Russia
Stars: ✭ 444 (+1332.26%)
Mutual labels:  anticensorship

The Operator Foundation

Operator makes usable tools to help people around the world with censorship, security, and privacy.

Shapeshifter

The Shapeshifter project provides network protocol shapeshifting technology (also sometimes referred to as obfuscation). The purpose of this technology is to change the characteristics of network traffic so that it is not identified and subsequently blocked by network filtering devices.

There are two components to Shapeshifter: transports and the dispatcher.

If you are an end user that is trying to circumvent filtering on your network, or a developer that wants to add pluggable transports to an existing tool that is not written in the Go programming language, then you probably want shapeshifter-dispatcher. Please note that familiarity with executing programs on the command line is necessary to use this tool.

If you are looking for a complete, easy-to-use VPN that incorporates shapeshifting technology and has a graphical user interface, consider Moonbounce, an application for macOS which incorporates shapeshifting without the need to write code or use the command line.

Shapeshifter Transports

The purpose of the transport suite is to provide a variety of transports to choose from. Each transport implements a different method of shapeshifting network traffic. The goal is for application traffic to be sent over the network in a shapeshifted form that bypasses network filtering, allowing the application to work on networks where it would otherwise be blocked or heavily throttled.

Each transport provides a different approach to shapeshifting. These transports are provided as a Go library which can be integrated directly into applications. The dispatcher is a command line tool which provides a proxy that wraps the transport library. It has several different proxy modes and can proxy both TCP and UDP traffic.

These transports implement the Pluggable Transports 3.0 specification. Specifically, they implement the Go Transports API v3.

If you are a tool developer working in the Go programming language, then you probably want to use one or more transport libraries directly in your application.

The following transports are currently implemented in Go:

Replicant

Replicant is Operator's flagship transport which can be tuned for each adversary. It is designed to be more effective and efficient that older transports. It can be quickly reconfigured as filtering conditions change by updating just the configuration file.

A Swift implementation is also available.

Starbridge

Starbridge is a Pluggable Transport that requires only minimal configuration information from the user. Under the hood, it uses the Replicant Pluggable Transport technology for network protocol obfuscation. Replicant is more complex to configure, so Starbridge is a good starting point for those wanting to use the technology to circumvent Internet cenorship, but wanting a minimal amount of setup.

A Swift implementation is also available.

Shadow (Shadowsocks)

Shadowsocks is a simple, but effective and popular network traffic obfuscation tool that uses basic encryption with a shared password. Shadow is a wrapper for Shadowsocks that makes it available as a Pluggable Transport.

A Swift implementation is also available.

Optimizer

Optimizer is a pluggable transport that works with your other transports to find the best option. It has multiple configurable strategies to find the optimal choice among the available transports. It can be used for numerous optimization tasks, such as round robin load spreading among multiple transport servers or minimizing latency given multiple transport configurations.

Installation

For individual installation instructions, see the README's for the individual transports:

Frequently Asked Questions

What transport should I use in my application?

Try Replicant, Operator's flagship transport which can be tuned for each adversary. Email [email protected] for a sample config file for the adversary of interest. shadow is also a good choice as it works on many networks and is easy to configure.

If you are an application developer using Pluggable Transports, feel free to reach out to the Operator Foundation for help in determining which transport might work best for your application. Email [email protected].

My application is not written in Go. Can I still use the transports?

Yes, the Go API is only one way to integrate transports into your application. There is also an interprocess communication (IPC) protocol that allows you to control a separate process (called the dispatcher) which provides access to the transports through a proxy interface. When using this method, your application can be written in any language. You just need to implement the IPC protocol so that you can communicate with the dispatcher. The IPC protocol is specified in the Pluggable Transports 2.1 specification section 3.3 and an implementation of the dispatcher is available which you can bundle with your application.

In addition, we have native Swift implementations available for those developers looking to integrate transports directly into their iOS, macOS, or Linux applications:

Credits

  • Replicant, Starbridge, Shadow, and Optimizer were developed by Operator Foundation
  • Shadowsocks was developed by the Shadowsocks team. whitepaper
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].