https://briteming.blogspot.com/2020/04/pythonsocks5-tinysocks5.html
https://briteming.blogspot.com/2018/05/sockstokio-socks5.html
https://github.com/bottleneko/erlang_socks5
https://github.com/kaimi-io/socks5-proxy-server
https://github.com/Axua/socks5_server
https://github.com/shuhm-gh/socks5server
https://github.com/shpaker/soxyproxy
https://github.com/steveschnepp/ssspl
https://github.com/kaimi-io/socks5-proxy-server (就是一个pl文件)
https://github.com/woody2011/socks5, https://github.com/woody2011/socks5/issues/1
https://github.com/glguy/s5s
https://github.com/chbrown/socks-server
https://github.com/asergei/socks_server
https://github.com/jaenster/socks5-diablo
https://github.com/bhhbazinga/socks5
https://github.com/nexor/socks5d
https://github.com/yahaa/socks5-rust
https://github.com/jessesilva/SOCKS5-connection-example
https://github.com/cwjcsu/jproxy
https://github.com/shaobin0604/socksr
https://github.com/pjdavis/gummarp_runestone
https://github.com/SergeTupchiy/socks_er
https://github.com/Thordin/go-socks-server
https://github.com/pkesler/2BuckSocks
https://github.com/kolesa-team/go-socks-ldap
https://github.com/robrighter/smart-proxy
https://github.com/RYDLAB/socksd.pl
https://github.com/gabeklein/FunWithSocks
https://github.com/lvsoft/sockshub
https://github.com/tetafro/socks5
(https://github.com/Zyncco/wildfire,
on linux vps,
git clone https://github.com/Zyncco/wildfire
cd wildfire
cd cmd/wildfire/
go build serve.go
就会在当前目录下,生成可执行文件serve.
./serve -h )
https://github.com/brock7/socks5
https://github.com/observerss/socks5
https://github.com/DevilBin/socks5
https://github.com/1181649328/socks5
https://github.com/simmel/chargeforward
https://github.com/cswormstedt/socketrepo
https://github.com/denghongcai/epoll-socks5server
https://github.com/sun1024/Socks5_proxy
https://github.com/kingluo/go-socks5
https://github.com/kingluo/tokio-socks5
https://github.com/eminarcissus/elixir_socks5
https://github.com/isagues/socks5Daemon
https://github.com/MOZGIII/socks5-protocol-async
https://github.com/puzc1993/socks5-server
https://github.com/oshmkufa2010/socks5-proxy
https://github.com/guillon/socks-relay
https://github.com/rushter/socks5
(https://github.com/cubimon/socks5-proxy-forwarder)
https://github.com/itsjfx/python-socks5-server
https://github.com/danny-326/socks5Server
https://github.com/iwifigame/skynet_socks5
https://github.com/huashengdun/socks5proxy
https://github.com/XGFan/socks5-proxy
https://github.com/nickoan/r_socks
(https://github.com/nickoan/r_proxy ,这是http proxy)
https://github.com/p0is0n/arx-proxy
https://github.com/observerss/socksgo
https://github.com/aspcartman/mysocks
https://github.com/xzagta/socks
https://github.com/Phoenixx1202/proxy
https://github.com/visonsoft13/Socks
https://github.com/thomasbombled/socks/tree/master/master
https://github.com/owensgl/socks (基于R语言)
https://github.com/delsquaredB/socks
https://github.com/happydeveloper/tunnel
https://github.com/goodking-bq/socks5-server
https://github.com/jun7th/tsocks
https://github.com/shoriwe/FullProxy
(用法:
cd $GOPATH
go get -u -v github.com/shoriwe/FullProxy/cmd/FullProxy/
FullProxy socks5 -host 127.0.0.1 -port 3456 )
https://github.com/net-byte/socks5-server
https://github.com/0990/socks5
https://github.com/wuyisheng/socks
https://github.com/realzhangliu/socks5-go
https://briteming.blogspot.com/2021/03/socks5-go.html
https://github.com/lparam/socksd
https://briteming.blogspot.com/2020/04/go-socks5-server.html
https://github.com/alexcrichton/socks5-rs
https://github.com/Rvn0xsy/gsocks5
(用法:
go install github.com/Rvn0xsy/gsocks5@latest
gsocks5 -addr 127.0.0.1:9090 )
https://briteming.blogspot.com/2018/08/sockssocks5-server-by-egregors.html
https://briteming.blogspot.com/2019/09/sockssocks5-by-physacco.html
https://briteming.blogspot.com/2022/05/socks5-server-c.html
https://briteming.blogspot.com/2021/08/socks5-rs.html
https://github.com/winterfrost/socks5py
https://github.com/foi/go-socks5-server
(go install github.com/foi/go-socks5-server@latest
go-socks5-server -h
wget https://github.com/foi/go-socks5-server/raw/master/go-socks5-server.config.json.example
mv go-socks5-server.config.json.example go-socks5-server.config.json
nano go-socks5-server.config.json
cat go-socks5-server.config.json
显示:
{
"ip": "127.0.0.1",
"port": "10800",
"credentials": [
{ "user": "abc", "pass": "xyz" },
{ "user": "abv", "pass": "eyuya" }
]
}
go-socks5-server -config go-socks5-server.config.json )
https://github.com/VeeSecurity/SOCKS5Engine
https://briteming.blogspot.com/2020/04/socks5socks5-proxy.html
https://briteming.blogspot.com/2020/09/c-socks5.html
https://briteming.blogspot.com/2022/02/httpproxy-by-wzshiming.html
https://github.com/majestrate/fedproxy
(building:
$ go get -u -v github.com/majestrate/fedproxy/
$ cp $(GOPATH)/bin/fedproxy /usr/local/bin/fedproxy
usage:
$ fedproxy socks 127.0.0.1:2000 127.0.0.1:9050 127.0.0.1:4447
then use socks proxy at 127.0.0.1:2000 )
https://briteming.blogspot.com/2018/05/golangsocks5server-socks.html
https://briteming.blogspot.com/2020/04/python3sockssocks5-server-py-by.html
https://github.com/argandgahandapandpa/minimal_python_socks
https://briteming.blogspot.com/2019/08/sockshev-socks5-server.html
https://github.com/binwiederhier/socksproxy
https://briteming.blogspot.com/2020/04/sssplperlsocks-server.html
https://briteming.blogspot.com/2020/04/socks5-proxy-serversocks5server.html
https://briteming.blogspot.com/2020/04/socks5simplesocks5.html
https://briteming.blogspot.com/2020/04/ngxsocksnginxsocks.html
https://github.com/SenseBin/netty-socks5
(
安装
-
将源码下载至本地
-
运行如下命令进行编译
gradle package
-
在build/distributions目录下可以找到产物
运行
将产物解压,在bin目录下可找到对应的可执行文件.
gradle的用法见https://briteming.blogspot.com/2014/06/java-gradle.html)
https://briteming.blogspot.com/2020/04/socksserver-by-esrrhs-socks5.html
https://github.com/lqqyt2423/c-socks5-server (不知是否能只监听服务器的127.0.0.1的端口)
https://github.com/lqqyt2423/node-socks5-server
(https://github.com/lqqyt2423/node-socks5-server/issues/5 ,这个程序无法实现在服务器上,监听127.0.0.1. 只能监听0.0.0.0)
https://briteming.blogspot.com/2022/05/trevorproxy.html
https://github.com/hensly/socks5
https://github.com/JeremyNGalloway/Satanic-Socks-Server/
(perl Satanic-Socks-Server.pl)
https://github.com/JeremyNGalloway/Satanic-Socks-Server/issues/1
https://github.com/Timmmm/OddSocks (仅限localhost连接该代理)
(https://github.com/Timmmm/OddSocks/issues/1)
https://briteming.blogspot.com/2020/05/socks5-proxy-serversocks5-by-woody2011.html
https://briteming.blogspot.com/2018/06/cmakesocks5-s5proxy.html
https://github.com/daversun/socks5proxy
(https://github.com/daversun/socks5proxy/issues/1)
https://github.com/pravic/connect
https://github.com/EasyPost/ferrous-socks
https://github.com/dannliu/ErlangSocksProxy
https://github.com/sakeven/socks5
https://github.com/Thordin/go-socks-server
(安装:go install github.com/Thordin/go-socks-server/src@latest
mv /root/go1.18.1.linux-amd64/go/gopath/bin/src /root/go1.18.1.linux-amd64/go/gopath/bin/go-socks-server
go-socks-server 127.0.0.1:1234 )
https://briteming.blogspot.com/2022/05/asyncio-socks-server.html
https://github.com/robberphex/asyncio-socks5
https://github.com/dsnezhkov/socksdll
https://github.com/guhuisec/socks5
https://github.com/NeekUP/socks5
https://github.com/zz4279669/Socks5
https://github.com/Code-Hex/socks5
https://github.com/followboy1999/socks5
https://github.com/doctornkz/socks5proxy
https://github.com/tolzlz/socks5_dev
https://github.com/bgylde/socks5-proxy-server
https://github.com/reusee/socks5-server
https://github.com/xek/erlang-socks5
https://github.com/ablce9/esocks
https://github.com/lanrat/stargate
https://github.com/Handora/SanSocks
https://briteming.blogspot.com/2018/05/socks5-microsocks.html
https://github.com/briteming/virgild
(在vps上。
go install github.com/briteming/virgild@latest
root@racknerd-7b97d8:~# which virgild
/root/go1.18.1.linux-amd64/go/gopath/bin/virgild )
https://briteming.blogspot.com/2018/08/socksgo-socks5.html
https://briteming.blogspot.com/2018/07/whiteshadow.html
https://github.com/klu-dev/tokio2-socks5
(in linux vps, firstly install rust,
git clone https://github.com/klu-dev/tokio2-socks5 tokio2-socks5-by-klu-dev
cd tokio2-socks5-by-klu-dev
cargo build --release
cd target/release/
./tokio2-socks5 127.0.0.1:2899 )
https://github.com/tokio-rs/tokio-socks5
https://github.com/chuangbo/elixir-socks-server
https://github.com/olegwtf/p5-IO-Socket-Socks (based on perl)
https://github.com/tetafro/socks5
https://briteming.blogspot.com/2020/05/sockssocks-by-qsantos.html
https://github.com/christopherhesse/go-socks-proxy-example
https://github.com/glguy/s5s (based on haskell)
https://github.com/jessesilva/SOCKS5-connection-example
https://github.com/yahaa/socks5-rust
https://github.com/cwjcsu/jproxy (based on java)
https://briteming.blogspot.com/2020/04/socks-proxy-server-apppysocksd.html
https://github.com/guanglancomet/JavaProxySocks5
No comments:
Post a Comment