Sockers is a TCP-over-WebSocket SOCKS4a proxy, which allows you to bypass HTTP(S)-only firewalls by disguising your traffic as HTTPS.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mateusz Brawański dbc37a5a56
Added license proper.
1 year ago
sockers Added license proper. 1 year ago
.gitignore Initial one-pump chump forwarder. 2 years ago
LICENSE.TXT Added license proper. 1 year ago
NOTICE.TXT Added license proper. 1 year ago
README.MD Initial one-pump chump forwarder. 2 years ago

README.MD

Sockers

TCP-over-WebSocket SOCKS proxy. Helps you bypass those pesky HTTP-only firewalls, est. 2021.

Requirements

Python 3.7 or better websockets library (python -m pip install websockets)

Usage

Server (on the host that forwards)

python -m sockers server <bind address> <bind port> e.g. python -m sockers server 0.0.0.0 40000

Client (on the host that wants his traffic forwarded)

python -m sockers client <remote ws endpoint> <listen port> e.g. python -m sockers client wss://example.com:40000 39900

Then set 127.0.0.1:39900 as your SOCKS4a proxy on the client

Demo

Demo video