brimstone/rsocks: Tiny little reverse socks5 client & server
2020-12-03 01:04:17 Author: github.com(查看原文) 阅读量:285 收藏

Latest commit

Files

Permalink

Failed to load latest commit information.

Type

Name

Latest commit message

Commit time

README.md

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.


文章来源: https://github.com/brimstone/rsocks
如有侵权请联系:admin#unsafe.sh