Skip to content

LinkSocksSOCKS5 over WebSocket

Zero-Configuration Intranet Penetration Tool

LinkSocks

Quick Start

bash
go install github.com/linksocks/linksocks/cmd/linksocks@latest

Or download pre-built binaries from releases page.

Forward Proxy

bash
# Server (WebSockets at port 8765, as network provider)
linksocks server -t example_token

# Client (SOCKS5 at port 9870)
linksocks client -t example_token -u http://localhost:8765 -p 9870

Reverse Proxy

bash
# Server (WebSockets at port 8765, SOCKS at port 9870)
linksocks server -t example_token -p 9870 -r

# Client (as network provider)
linksocks client -t example_token -u http://localhost:8765 -r

Released under the MIT License.