Skip to content

harsath/SOCKS5-Proxy-Handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOCKS5-Handler

Linux Actions Status

Sending and receiving message blocks/TCP stream over SOCKS5 proxy (running locally or over a network) with TCP sockets is a pain. I was frustrated when trying to send some TCP stream through a SOCKS5 server, so I implemented an abstraction over TCP sockets for this specific purpose. The interface is super easy to use; take a look at example.cpp.

Features:

  • Remote DNS resolution support (privacy)
  • Local IPv4 & DNS name resolution support
  • Client Authentication handler support (decoupled with NOAUTH)

(If you'd like to add something, please feel free to send a pull request or open an issue ticket.)

Reference for client implementation: https://tools.ietf.org/html/rfc1928
RFC: 1928 (SOCKS Protocol Version 5)
RFC(Client Authentication): 1929(Username/Password Authentication for SOCKS V5)

About

Modern C++ SOCKS5 Client Handler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published