98Kstar / SharpSocks5

Tunnellable HTTP/HTTPS socks5 proxy written in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Client usage

The client is .NET 3.5 and 4.0 compatible. By default is running on 3.5

client

About

Tunnellable HTTP/HTTPS socks5 proxy written in C#

License:GNU General Public License v3.0


Languages

Language:C# 93.1%Language:HTML 4.9%Language:CSS 1.8%Language:JavaScript 0.3%