Skip to content

A proxy server base on websocket

Notifications You must be signed in to change notification settings

boy119/websocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocks

Docker Cloud Build Status Docker Pulls

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

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

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

UDP: 使用拟态流量混淆技术,将需要传递的数据进行随机数字亦或加密并填充任意长度的无效数据后,再传递与服务器。

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

About

A proxy server base on websocket

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.9%
  • Dockerfile 2.1%