Skip to content

Tunnellable HTTP/HTTPS socks5 proxy written in C#

License

Notifications You must be signed in to change notification settings

cream-sec/SharpSocks5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published