Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/mikubill/wssocks

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mikubill/wssocks

  • v0.0.0-20200710155617-2f89216a5977
  • Source
  • Go
  • Socket score

Version published
Created
Source

wsSocks

An efficient, multiplexed proxy tool based on Websocket.

  • Support socks5 proxy
  • Support multiplexing
  • Support client authentication
  • Support traffic statistics
  • Support reverse proxy

一个基于WebSocket的代理工具,支持双向数据验证、TLS加密、多路复用等特性。

install

curl -Ls git.io/wsSocks | sh

usage

Generate Cert

./wsSocks cert --hosts localhost

Server with TLS

./wsSocks server -l wss://localhost:2333/ws --cert root.pem --key root.key --auth <password>

Client

./wsSocks client -s wss://localhost:2333/ws --insecure --auth <password>

Server without TLS

./wsSocks client -l ws://localhost:2333/ws --auth <password>

Client

./wsSocks client -s ws://localhost:2333/ws --auth <password>

Built-in Benchmark

./wsSocks benchmark -s ws://localhost:2333/ws --block 10240 --auth <password>

FAQs

Package last updated on 10 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc