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/mr-wgb/nps-socks5
基于nps的Shell脚本,集成socks5搭建,管理,启动,添加账号等基本操作。方便用户操作,并且支持快速构建socks5服务环境。
wget -q -N --no-check-certificate https://raw.githubusercontent.com/wyx176/nps-socks5/master/install.sh && chmod 777 install.sh && bash install.sh
参考NPS文档
1、安装源码
go get -u github.com/wyx176/nps-socks5
2、编译服务端:进入到nps-socks5文件夹中执行命令
go build cmd/nps/nps.go
3、编译客户端:进入到nps-socks5文件夹中执行命令
go build cmd/npc/npc.go
-2022.10.06 v3.0
1、端口增加创建时间、到期时间
2、开启用户注册
安装后修改/etc/nps/conf/nps.conf中
allow_user_login=true
allow_user_register=true
-2022.10.03 v2.0
1、增加多端口、多账号设置
-2022.09.03 v1.0
Telegram交流群:https://t.me/Socks55555
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.