Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

rsocks
======

Tiny little reverse socks5 client & server.

Usage:
------
```
rsocks - reverse socks5 server/client
https://github.com/brimstone/rsocks

Usage:
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.