All Projects → ThrDev → Socks5

ThrDev / Socks5

Licence: gpl-3.0
A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Socks5

Tor Socks Proxy
🐳 Tiny Docker(🤏 10MB) image as 🧅 Tor SOCKS5 proxy 🛡
Stars: ✭ 218 (-23.78%)
Mutual labels:  hacktoberfest, proxy, proxy-server, socks5, socks
Psiphon
A multi-functional version of a popular network circumvention tool
Stars: ✭ 169 (-40.91%)
Mutual labels:  proxy, proxy-server, socks5, socks
Flynet
A powerful TCP/UDP tool, which support socks5 proxy by tcp and udp, http proxy and NAT traversal. This tool can help you bypass gfw easily
Stars: ✭ 124 (-56.64%)
Mutual labels:  proxy, proxy-server, socks5, socks
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,263 (+691.26%)
Mutual labels:  proxy, proxy-server, socks5, socks
Socks5
A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.
Stars: ✭ 331 (+15.73%)
Mutual labels:  microsoft, proxy-server, socks, socks5
Prox5
🧮 SOCKS5/4/4a 🌾 validating proxy pool and upstream SOCKS5 server for 🤽 LOLXDsoRANDum connections 🎋
Stars: ✭ 39 (-86.36%)
Mutual labels:  proxy-server, socks, socks5
Proxy
C++ TCP Proxy Server
Stars: ✭ 98 (-65.73%)
Mutual labels:  proxy, networking, proxy-server
microsocks11
A cross-platform SOCKS5 library and server based on the microsocks project.
Stars: ✭ 22 (-92.31%)
Mutual labels:  proxy-server, socks, socks5
Lightsocks Nodejs
It's a simple socks5 proxy tool which based on lightsocks
Stars: ✭ 79 (-72.38%)
Mutual labels:  proxy, proxy-server, socks5
Reflow
Content-routable socks5 proxy switcher for your entire LAN.
Stars: ✭ 170 (-40.56%)
Mutual labels:  proxy, socks5, socks
asyncio-socks-server
A SOCKS proxy server implemented with the powerful python cooperative concurrency framework asyncio.
Stars: ✭ 154 (-46.15%)
Mutual labels:  proxy-server, socks, socks5
nimSocks
A filtering SOCKS proxy server and client library written in nim.
Stars: ✭ 51 (-82.17%)
Mutual labels:  proxy-server, socks, socks5
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 38,782 (+13460.14%)
Mutual labels:  proxy, socks5, socks
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,493 (+771.68%)
Mutual labels:  proxy-server, socks, socks5
Dpitunnel
DPITunnel is an android app made for censorship bypass
Stars: ✭ 179 (-37.41%)
Mutual labels:  proxy, networking, socks
socks5 list
Auto-updated SOCKS5 proxy list + proxies for Telegram
Stars: ✭ 210 (-26.57%)
Mutual labels:  proxy-server, socks, socks5
Jsocksproxy
SOCKS proxy written in Java
Stars: ✭ 19 (-93.36%)
Mutual labels:  proxy, socks5, socks
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-75.87%)
Mutual labels:  proxy, proxy-server, socks5
Brook
Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration. Brook 是一个跨平台的强加密无特征的代理软件. 零配置.
Stars: ✭ 12,694 (+4338.46%)
Mutual labels:  proxy, socks5, socks
Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+867.48%)
Mutual labels:  proxy, proxy-server, socks

Build Status

About Socks5

Socks5 is a Socks5 proxy server/client written in C#. The server is both high performance and low latency, with maximum throughput thought through.

Socks5 includes massive plugin support, for doing things such as sniffing data, modifying inbound/outbound connections, and even giving the server firewall-like functionality.

Plugin Information

The current plugin list has the following functionality and examples included:

  • Handle connections to the socks5 server and allow/block by IP.
  • Handle/require a login for the Socks5 proxy.
  • Handle/modify incoming and outgoing data.
  • Handle/modify incoming connections, and rewrite them to different domains/addresses & ports.
  • Handle raw socket connections and override them.

Included In This Branch

Just the standard Socks5 library. Socks5Minimal is no longer supported.

Security

Built into the Socks5Client is a small encryption protocol that interfaces perfectly with the Socks5Server. This is exclusive between the client and server and uses a special authentication type for compatibility. The Socks5Client will prefer SocksEncrypt mode on connection but for reverse compatibility, it still has regular Socks5 support.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].