Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zacbre/Socks5
A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.
https://github.com/zacbre/Socks5
csharp hacktoberfest microsoft networking proxy proxy-server socks socks5 socks5-proxy socks5-server
Last synced: 3 months ago
JSON representation
A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.
- Host: GitHub
- URL: https://github.com/zacbre/Socks5
- Owner: zacbre
- License: gpl-3.0
- Created: 2014-04-16T19:24:49.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T01:54:40.000Z (over 1 year ago)
- Last Synced: 2024-05-18T20:42:27.863Z (6 months ago)
- Topics: csharp, hacktoberfest, microsoft, networking, proxy, proxy-server, socks, socks5, socks5-proxy, socks5-server
- Language: C#
- Homepage:
- Size: 244 KB
- Stars: 405
- Watchers: 13
- Forks: 144
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-network-stuff - **233**星 - fledged high-performance socks5 proxy server written in C#. Plugin support included. (<a id="d03d494700077f6a65092985c06bf8e8"></a>工具 / <a id="57b8e953d394bbed52df2a6976d98dfa"></a>Socks)
README
# Update: May 2023
Fear not! This repo is not dead! This project has undergone a massive overhaul to support .net 7 and fix several bugs and make several performance optimizations.
Much work is still needed (i.e a github actions runner that updates a nuget package, etc) on this project to keep it up to date.# 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.