Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
ssr-helper
Advanced tools
一个命令行界面的ShadowsocksR助手工具 English Document is on the way.Plz be patient~
推荐通过 yarn 安装:
$ yarn global add ssr-helper
也可通过传统的 npm:
$ npm install -g ssr-helper
本工具仅为 ShadowsocksR Python 的一个CLI,NPM包中并未包括该脚本,您需要自行下载,并在客户端内进行配置
您可以使用如ShadowosocksRR等新的分支版本,但基于稳定考虑仍推荐manyuser版本,可在Home目录下运行以下命令安装:
$ git clone -b manyuser https://github.com/shadowsocksr-backup/shadowsocksr.git
然后将Python Client的路径配置进来(如您的Python Client安装在/home/noah/shadowsocksr
):
$ ssr config /home/noah/shadowsocksr
现在您已经可以使用SSR Helper了,终端下运行 ssr
即可看到欢迎界面
以下仅对常用命令做以介绍,详细的命令列表可运行 ssr help
查阅
ssr config [path]
: 配置Python Client的路径,绝对路径ssr add
: 手动添加服务器,具备友好的界面ssr add [uri]
: 使用SSR URI手动添加服务器到列表ssr connect
: 选择服务器连接并设置为默认服务器,具备友好的界面ssr ls
: 显示服务器信息,具备友好的界面ssr rm
: 从列表删除服务器,具备友好的界面(注:删除后连接不会中断,需运行 connect
命令重新连接)ssr edit
: 编辑服务器信息,具备友好的界面ssr local
: 编辑SSR本地服务信息,编辑后需要重新连接生效ssr start
: ShadowsocksR Python Client Daemon的 start 命令,启动连接,使用CLI配置的默认服务器ssr restart
: ShadowsocksR Python Client Daemon的 restart 命令,重新启动连接,使用CLI配置的默认服务器ssr stop
: ShadowsocksR Python Client Daemon的 stop 命令,停止服务,使用CLI配置的默认服务器ssr status
: 可查看 ShadowsocksR Python Client Daemon的 运行状态ssr startup
: 设置服务开机自启,仅在Systemd启动的Linux平台下有效ssr unstartup
: 关闭服务开机自启,仅在Systemd启动的Linux平台下有效ssr-subscribe add [url]
: 添加新的SSR订阅地址ssr-subscribe ls
: 列出所有SSR订阅地址和他们的当前标号ssr-subscribe rm [label]
: 基于 ssr-subscribe ls
打印的标号删除SSR订阅地址ssr-subscribe update
: 从已添加的SSR订阅地址获取服务器信息GPLv3
FAQs
A CLI Helper designed for Python port of ShadowsocksR
The npm package ssr-helper receives a total of 5 weekly downloads. As such, ssr-helper popularity was classified as not popular.
We found that ssr-helper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.