erebe / wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
Other
3.22k stars 290 forks source link

[Feature Request] reverse socks5 #189

Closed pentest101 closed 5 months ago

pentest101 commented 5 months ago

Is it possible to create socks5 on the server side and have the client's local network?
Screenshot_5

erebe commented 5 months ago

Hello,

I have added socks5 reverse tunnel. Would you mind trying this pre-release and let me know if it works for you https://github.com/erebe/wstunnel/releases/tag/v8.1.1 ?

client -R 'socks5://[::]:1212' .... or 'socks5://0.0.0.0:1212' if you don't have any ip6

P.s: Nice drawing of a user :sweat_smile:

erebe commented 5 months ago

Released https://github.com/erebe/wstunnel/releases/tag/v8.1.1, feel free to re-open if not working