ReverseSock5Proxy
ReverseSock5Proxy copied to clipboard
A tiny Reverse Sock5 Proxy written in C :V
Reverse TCP Sock5 Proxy
A tiny Reverse Sock5 Proxy
Server
The Server GUI Built with ImGui :V
U can download a prebuilt from Releases.
Build
You need
- gcc version 12+ recommended one for windows
- Conan Package Manager
And run any script from the scripts folder, depend on your needs :V
Client/Agent
Build
gcc main.c -lws2_32 -O2 -s -o Sock5Agent
TODO
- [ ] Refactor the code to support multi OS
- [X] Finish the Server code
- [X] I don't know
Resources
- https://www.rfc-editor.org/rfc/rfc1928
- ImGui
- nlohmann JSON
- mINI