harsath / SOCKS5-Proxy-Handler

Modern C++ SOCKS5 Client Handler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 92.5%Language:CMake 4.4%Language:Perl 3.2%