All Projects → Jackarain → Socks_server

Jackarain / Socks_server

Licence: bsl-1.0
一个socks服务器的实现.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Socks server

Ssf
Secure Socket Funneling - Network tool and toolkit - TCP and UDP port forwarding, SOCKS proxy, remote shell, standalone and cross platform
Stars: ✭ 1,157 (+2471.11%)
Mutual labels:  socks, socks-proxy
Tor Socks Proxy
🐳 Tiny Docker(🤏 10MB) image as 🧅 Tor SOCKS5 proxy 🛡
Stars: ✭ 218 (+384.44%)
Mutual labels:  socks, socks-proxy
Flynet
A powerful TCP/UDP tool, which support socks5 proxy by tcp and udp, http proxy and NAT traversal. This tool can help you bypass gfw easily
Stars: ✭ 124 (+175.56%)
Mutual labels:  socks, socks-proxy
Invoke Socksproxy
Socks proxy, and reverse socks server using powershell.
Stars: ✭ 540 (+1100%)
Mutual labels:  socks, socks-proxy
socks5 list
Auto-updated SOCKS5 proxy list + proxies for Telegram
Stars: ✭ 210 (+366.67%)
Mutual labels:  socks, socks-proxy
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,263 (+4928.89%)
Mutual labels:  socks, socks-proxy
Socks
Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
Stars: ✭ 200 (+344.44%)
Mutual labels:  socks, socks-proxy
nimSocks
A filtering SOCKS proxy server and client library written in nim.
Stars: ✭ 51 (+13.33%)
Mutual labels:  socks, socks-proxy
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,493 (+5440%)
Mutual labels:  socks, socks-proxy
microsocks11
A cross-platform SOCKS5 library and server based on the microsocks project.
Stars: ✭ 22 (-51.11%)
Mutual labels:  socks, socks-proxy
Proxy List
Get PROXY List that gets updated everyday
Stars: ✭ 347 (+671.11%)
Mutual labels:  socks, socks-proxy
rsp
Rapid SSH Proxy
Stars: ✭ 223 (+395.56%)
Mutual labels:  socks, socks-proxy
Socksio
Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5
Stars: ✭ 27 (-40%)
Mutual labels:  socks, socks-proxy
Multitor
Create multiple TOR instances with a load-balancing.
Stars: ✭ 624 (+1286.67%)
Mutual labels:  socks-proxy
Cxxhttp
Asynchronous, Header-only C++ HTTP-over-(TCP|UNIX Socket|STDIO) Library
Stars: ✭ 24 (-46.67%)
Mutual labels:  asio
Daze
Daze is a tool to help you link to the Internet.
Stars: ✭ 580 (+1188.89%)
Mutual labels:  socks
Proxychains Ng
proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained proxychains project. the sf.net page is currently not updated, use releases from github release page instead.
Stars: ✭ 7,553 (+16684.44%)
Mutual labels:  socks
Audioxtreamer
ASIO driver, Usb Driver, FX2LP Firmware, VHDL Fpga, Schematics & PCB Layout for the AudioXtreamer, a USB 2.0 32ch Audio/Midi interface for retrofitting into digital mixers/interfaces.
Stars: ✭ 22 (-51.11%)
Mutual labels:  asio
Ssh Over Ssm
SSH over AWS SSM. No bastions or public-facing instances. SSH user management through IAM. No requirement to store SSH keys locally or on server.
Stars: ✭ 541 (+1102.22%)
Mutual labels:  socks
Leaf
A lightweight and fast proxy utility tries to include any useful features.
Stars: ✭ 530 (+1077.78%)
Mutual labels:  socks

一个socks服务器的实现

支持socks4/5 udp代理协议的socks代理服务器实现.

使用方法:

在服务器上编译运行命令, 如(Archlinux环境):

pacman -S boost boost-libs ninja

cmake . -DCMAKE_BUILD_TYPE=Release -G ninja

ninja

./socks_server --address 0.0.0.0 --port 4567

在客户浏览器上设置socks代理, 主机为服务器IP, 端口为4567.

然后就可以开始使用代理服务器了.

注意:如果服务器需要认证用户名密码,socks_server内置了一个简单的js引擎,

可以在socks_server所在目录实现do_auth.js即可认证。

do_auth.js必须实现do_auth/do_auth4函数, 参考项目所带的 do_auth.js

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].