fteproxy provides transport-layer protection to resist keyword filtering, censorship and discrimantory routing policies. Its job is to relay datastreams, such as web browsing traffic, by encoding the stream into messages that satisfy a user-specified regular expression.
fteproxy is powered by Format-Transforming Encryption [1] and was presented at CCS 2013.
[1] Protocol Misidentification Made Easy with Format-Transforming Encryption, Kevin P. Dyer, Scott E. Coull, Thomas Ristenpart and Thomas Shrimpton
On Linux/OSX, use pip to install fteproxy.
pip install fteproxy
On Windows, download pre-compiled binaries, located at: https://fteproxy.org/download
Dependencies for building from source:
For platform-specific examples of how to install dependencies see BUILDING.md.
There is nothing to build for fteproxy --- it is Python-only project. To run fteproxy, you need to do only the following.
git clone https://github.com/kpdyer/fteproxy.git
cd fteproxy
./bin/fteproxy
See: https://fteproxy.org/documentation
Please contact Kevin P. Dyer (kpdyer@gmail.com), if you have any questions.