abersheeran / websocks

A proxy server base on websocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websocks

Docker Cloud Build Status Docker Image Size (latest by date) Docker Pulls

PyPi PyPi Downloads PyPi Downloads

基于隧道与拟态流量混淆的匿名通信系统。

可对传输层的流量数据进行加密混淆,保护用户上网时的信息、隐私安全。

TCP: 使用隧道流量混淆技术,将需要传递的数据放在 WebSocket 的有效载荷中,作为二进制帧传递。

UDP: 使用拟态流量混淆技术,将需要传递的数据混淆后传递与服务器。

关于本项目使用方法、详细设计介绍以及其他内容请访问 websocks:wiki

About

A proxy server base on websocket

License:Apache License 2.0


Languages

Language:Python 99.1%Language:Dockerfile 0.9%