Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
github.com/djhons/ssSocks5
魔改shadowsocks,实现socks5内网穿透。
程序默认在9991端口监听客户端的请求,也可以使用使用-saddr :9991更换端口。
收到客户端请求后会随机在开启一个端口作为socks5端口。
例如:
可使用53126端口作为socks5进入内网。
运行在内网服务器上,使用-s参数指定带服务器地址。
例如:
可使用-r参数指定服务器断开连接后尝试的次数,使用-t指定每次尝试的间隔(单位分钟)。默认每10分钟尝试一次,10次后退出程序。
Usage of ssSocksServer.exe:
-saddr string
client connect port (default ":9991")
Usage of ssSocksClient.exe:
-r int
Retry count, default 10 (default 10)
-s string
connect server addr
-t int
Time of each retry, 10 minutes by default (default 10)
FAQs
Unknown package
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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.