GoPtLib is a library for writing Tor pluggable transports in Go.
This is a look-like nothing obfuscation protocol that incorporates ideas and concepts from Philipp Winter's ScrambleSuit protocol.
WebTunnel is a Go Pluggable Transport that attempts to imitate web browsing activities based on HTTP Upgrade (HTTPT).
Pluggable Transport using WebRTC
, inspired by Flashproxy and adheres to the pluggable transports v2.1 Go AP. This package provides:
broker
contains code for the Snowflake brokerdoc
contains Snowflake documentation and manpagesclient
contains the Tor pluggable transport client and client library codecommon
contains generic libraries used by multiple pieces of Snowflakeproxy
contains code for the Go standalone Snowflake proxyprobetest
contains code for a NAT probetesting serviceserver
contains the Tor pluggable transport server and server library code