# SharpSocks5 **Repository Path**: strugglesharp_admin_admin/SharpSocks5 ## Basic Information - **Project Name**: SharpSocks5 - **Description**: Tunnellable HTTP/HTTPS socks5 proxy written in C# - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-07 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SharpSocks5 ## #### Tunnellable HTTP/HTTPS socks5 proxy written in C# ## Functionality - CONNECT X'01' Compatible - UDP ASSOCIATE X'03' Compatible ## Authentication - X'00' NO AUTHENTICATION REQUIRED Compatible - X'01' GSSAPI Compatible - X'02' USERNAME/PASSWORD Compatible ## Server usage The server is written in .NET core 3.1. It use a http WebHost, to handle the HTTP traffic. ![server](docs/images/server.gif "server") ## Client usage The client is .NET 3.5 and 4.0 compatible. By default is running on 3.5 ![client](docs/images/client.gif "client")