A completely featureless SOCKS V5 proxy server.
Supported authentication methods
- NO AUTHENTICATION REQUIRED
X'00'
GSSAPI (RFC 2743)X'01'
USERNAME/PASSWORDX'02'
Supported connection commands
- CONNECT
X'01'
BINDX'02'
UDP ASSOCIATEX'03'
Installation:
go get github.com/floj/socksd
Usage:
./socksd -port 8888
Todo:
- return correct response codes, especially
X'07'
(Command not supported) - Unit tests