websocks:基于websocket的代理服务器

时间:2024-05-28 15:36:32
【文件属性】:

文件名称:websocks:基于websocket的代理服务器

文件大小:129KB

文件格式:ZIP

更新时间:2024-05-28 15:36:32

websocket websocks Python

websocks 基于隧道与拟态流量混淆的匿名通信系统。 可对传输层的流量数据进行加密混淆,保护用户上网时的信息、隐私安全。 TCP: 使用隧道流量混淆技术,将需要传递的数据放在 WebSocket 的有效载荷中,作为二进制帧传递。 UDP: 使用拟态流量混淆技术,将需要传递的数据混淆后传递与服务器。 关于本项目使用方法、详细设计介绍以及其他内容请访问


【文件预览】:
websocks-master
----.gitattributes(12B)
----.github()
--------workflows()
----websocks()
--------exceptions.py(215B)
--------config.py(489B)
--------utils.py(4KB)
--------__init__.py(470B)
--------types.py(472B)
--------server.py(4KB)
--------rule.py(4KB)
--------__main__.py(74B)
--------gui.py(10KB)
--------socket.py(1KB)
--------whitelist.txt(141KB)
--------client.py(17KB)
--------algorithm.py(1KB)
--------commands.py(4KB)
--------gfwlist.txt(138KB)
----example.yml(201B)
----poetry.lock(45KB)
----Dockerfile(488B)
----LICENSE(11KB)
----README.md(1KB)
----tests()
--------test_config.py(564B)
--------test_rule.py(477B)
--------__init__.py(0B)
--------test_socks5.py(369B)
----.gitignore(1KB)
----pyproject.toml(1KB)

网友评论