Skip to content

🚧 WIP | Minimalist traffic obfuscation PoC | Mirror repo of https://codeberg.org/arielherself/translucent

Notifications You must be signed in to change notification settings

arielherself/translucent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A general proxy service.

Introduction

Translucent aims to be a proxy service with simple but effective obfuscation. It modifies packets using multiple strategies to make them recognizable to proxy servers while maximally maintaining the similarity to the original ones.

This repository is an implementation of Translucent client and server. As only a few of common use cases are covered, please open a PR if you would like to add more features to it. Your help is greatly appreciated.

Important

This work is a proof of concept, which means it may contain vulnerability in security, performance etc. You should not run any part of the code on a production server.

Run

First install through Cargo:

cargo install translucent

Run local server:

tllocal

Run remote server:

tlserver

You can also build the binaries manually. Debug features and more detailed logs can be enabled by compilation flag --features debug.

Releases

No releases published

Languages