All Projects → lzjluzijie → Websocks

lzjluzijie / Websocks

Licence: apache-2.0
A secure proxy based on WebSocket. 一个基于 WebSocket 的代理工具

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Websocks

Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (+475.49%)
Mutual labels:  proxy, websocket, socks5, tls
Glider
glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features(like dnsmasq).
Stars: ✭ 1,710 (+1576.47%)
Mutual labels:  proxy, websocket, socks5
Gsnova
Private proxy solution & network troubleshooting tool.
Stars: ✭ 509 (+399.02%)
Mutual labels:  proxy, websocket, tls
Frpc Android
Android,安卓版frpc,一个快速反向代理,可帮助您将NAT或防火墙后面的本地服务器暴露给Internet。
Stars: ✭ 205 (+100.98%)
Mutual labels:  proxy, websocket, socks5
Mitmproxy
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
Stars: ✭ 25,495 (+24895.1%)
Mutual labels:  proxy, websocket, tls
Jsocksproxy
SOCKS proxy written in Java
Stars: ✭ 19 (-81.37%)
Mutual labels:  proxy, socks5
Shadowsocks Php
A php port of shadowsocks based on workerman. A socks5 proxy written in PHP.
Stars: ✭ 869 (+751.96%)
Mutual labels:  proxy, socks5
Citadelcore
Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.
Stars: ✭ 28 (-72.55%)
Mutual labels:  proxy, websocket
Qonduit
A WebSocket library for use with Apache Accumulo
Stars: ✭ 54 (-47.06%)
Mutual labels:  proxy, websocket
Simple Java Mail
Simple API, Complex Emails (JavaMail smtp wrapper)
Stars: ✭ 821 (+704.9%)
Mutual labels:  proxy, tls
Furion
Socks5 + SSL Proxy
Stars: ✭ 39 (-61.76%)
Mutual labels:  proxy, socks5
Http Proxy Middleware
⚡ The one-liner node.js http-proxy middleware for connect, express and browser-sync
Stars: ✭ 8,730 (+8458.82%)
Mutual labels:  proxy, websocket
Docker Dante Telegram
dante config builder for Telegram SOCKS-proxy & Dockerfile for building image with such proxy
Stars: ✭ 16 (-84.31%)
Mutual labels:  proxy, socks5
Warwolf
Socks5-Over-HTTP (A Socks5 proxy runs on plain old HTTP requests, no websocket. Deployable on Google AppEngine) 🤟 😚 👁 🤦🏻‍♂️ 💃🏻 🕺🏻
Stars: ✭ 16 (-84.31%)
Mutual labels:  proxy, socks5
Grpc Tools
A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC.
Stars: ✭ 881 (+763.73%)
Mutual labels:  proxy, tls
Freess
免费ss账号 免费shadowsocks账号 免费v2ray账号 (长期更新)
Stars: ✭ 6,544 (+6315.69%)
Mutual labels:  proxy, socks5
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 13,438 (+13074.51%)
Mutual labels:  proxy, socks5
Lightsocks Nodejs
It's a simple socks5 proxy tool which based on lightsocks
Stars: ✭ 79 (-22.55%)
Mutual labels:  proxy, socks5
Free proxy ss
分享来自互联网上免费的shadowsocks(SS)/ShadowsocksR(SSR)/V2ray(vmess)代理 每15分钟更新一次,每次各分享4个临时可用代理。 及时订阅、及时更新。
Stars: ✭ 72 (-29.41%)
Mutual labels:  proxy, socks5
Gsocks5
Secure SOCKS5 server in Go
Stars: ✭ 98 (-3.92%)
Mutual labels:  socks5, tls

WebSocks

English

一个基于 WebSocket 的代理工具

由于本人学业的原因,websocks暂时停更几个月,各位大佬们对不住了,等我搞定大学一定会填坑的

本项目目前还在开发中,更多功能仍在完善中。如果你对这个项目感兴趣,请star它来支持我,蟹蟹

有任何问题或建议可以直接发issue或者联系我 @halulu,也可以来TG群水一水,开发记录可以看我的博客

优点

  • 使用WS+TLS,十分安全且不易被检测,和普通HTTPS网站一样
  • 可以搭配使用cloudflare这类cdn,完全不怕被墙!

缺点就是刚刚开始开发,没有GUI客户端,功能也比较少,如果你能来帮我那就太好了!

官网|社区|一键脚本|电报群

示例

内置 TLS 混淆域名并反向代理

服务端

./websocks cert
./websocks server -l :443 -p websocks --reverse-proxy http://mirror.centos.org --tls

客户端

./websocks client -l :1080 -s wss://websocks.org:443/websocks -sni mirror.centos.com --insecure

Caddy TLS

服务端

./websocks server -l :2333 -p /websocks

客户端

./websocks client -l :1080 -s wss://websocks.org/websocks

Caddyfile

https://websocks.org {
  proxy /websocks localhost:2333 {
    websocket
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].