Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brimstone/rsocks
Tiny little reverse socks5 client & server
https://github.com/brimstone/rsocks
Last synced: 3 months ago
JSON representation
Tiny little reverse socks5 client & server
- Host: GitHub
- URL: https://github.com/brimstone/rsocks
- Owner: brimstone
- License: agpl-3.0
- Created: 2018-01-05T03:09:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T20:45:32.000Z (almost 5 years ago)
- Last Synced: 2024-06-18T21:49:39.940Z (5 months ago)
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 83
- Watchers: 3
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **31**星
README
rsocks
======Tiny little reverse socks5 client & server.
Usage:
------
```
rsocks - reverse socks5 server/client
https://github.com/brimstone/rsocksUsage:
1) Start rsocks -listen :8080 -socks 127.0.0.1:1080 on the client.
2) Start rsocks -connect client:8080 on the server.
3) Connect to 127.0.0.1:1080 on the client with any socks5 client.
4) Enjoy. :]
```This binary functions as both the client and the server. It does not encrypt
communications.