suo5
是一个全新的 HTTP 代理隧道,基于 HTTP/1.1
的 Chunked-Encoding
构建。相比 Neo-reGeorg 等传统隧道工具, suo5
的性能可以达到其数十倍。查看 性能测试
前往 Releases 下载编译好的二进制,其中带 gui
的版本是界面版,不带 gui
的为命令行版。所有编译由 Github Action 自动构建,请放心使用。
NAME:
suo5 - A super http proxy tunnel
USAGE:
suo5 command [command options] [arguments...]
COMMANDS:
help, h Shows a list of commands or help for one command
OPTIONS:
--target value, -t value set the memshell url, ex: http://localhost:8080/tomcat_debug_war_exploded/
--listen value, -l value set the socks server port (default: "127.0.0.1:1111")
--no-auth disable socks5 authentication (default: true)
--auth value socks5 creds, username:password, leave empty to auto generate
--mode value connection mode, choices are auto, full, half (default: "auto")
--ua value the user-agent used to send request (default: "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.1.2.3")
--timeout value http request timeout in seconds (default: 10)
--buf-size value set the request max body size (default: 327680)
--debug, -d debug the traffic, print more details (default: false)
--help, -h show help (default: false)
--version, -v print the version (default: false)