Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ssct — 一个用于 shadowsocks 的包装工具,可稳定绕过防火墙。 | Kitploit
工具/GitHubGitHub/wanjunzh/ssct
加密/解密工具网络安全
GitHubwanjunzh/ssct

ssct

一个用于 shadowsocks 的包装工具,可稳定绕过防火墙。

查看仓库
80208年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

ShadowSocks ConnecTion

ssct Documentation Status

ssct是封装了 shadowsocks 更易用的代理工具。

快速开始

自动连接

直接在终端执行ssct,ssct会自动从 ishadowsocks 获取服务器信息并自动连接。

连接指定服务器

首先获取可用的服务器信息

root@kitploit:~
ssct --list

然后连接指定服务器

root@kitploit:~
ssct -n 5

另外,也可连接其它已知服务器

root@kitploit:~
ssct -s <server_addr> -p <server_port> -l <local_port> -k <password> -m <method>

使用指南

依赖解决

1 安装必选模块

root@kitploit:~
pip3 install shadowsocks
pip3 install requests

2 安装可选模块

root@kitploit:~
pip3 install prettytable

Note: prettytable模块不是必须,但会使--list显示结果更友好。

浏览器配置

  1. 安装扩展程序 Proxy SwitchyOmega (Chrome版、Firefox版)。
  2. 打开 SwitchyOmega 选项并作如下配置。 set switchyomega proxy
  3. 获取所有服务器信息并连接,也可以通过ssct自动连接。 start ssct
  4. 以 Chrome 为例,在浏览器中选择 proxy 代理。
    select proxy option

更多参数

root@kitploit:~
optional arguments:
  -h, --help         show this help message and exit

ssct options:
  -n <num>           connect server number
  --list             list all ss servers
  --version          show program's version number and exit

shadowsocks options:
  -c <config>        path to config file
  -s <addr>          server address, auto crawl online
  -p <port>          server port, auto crawl online
  -b <addr>          local binding address [default: 127.0.0.1]
  -l <port>          local port [default: 1080]
  -k <password>      password, auto crawl online
  -m <method>        encryption method, auto crawl online
  -t <timeout>       timeout in seconds [default: 300]
  --fast-open        use TCP_FASTOPEN, requires Linux 3.7+
  -d <daemon>        daemon mode, one of start, stop and restart
  --pid-file <file>  pid file for daemon mode
  --log-file <file>  log file for daemon mode
  --user <user>      username to run as
  -v, -vv            verbose mode
  -q, -qq            quiet mode, only show warnings/errors

如不使用参数,ssct会自动获取并连接可用服务器。

许可

无任何版权限制,随意使用。

下载工具