Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/shangrui-hash/notifier
该工具会逐行读取标准输入,然后将每一行发送给企业微信群。比如:可以将自动化工具扫描到的漏洞发送给该工具,该工具将会自动将漏洞信息推送给企业微信群。
go install github.com/ShangRui-hash/notifier@latest
step1. 创建企业微信,并在手机版企业微信群中添加群机器人,获取web_hook地址
step2. 将web_hook地址写入到环境变量中,例如:
vim $HOME/.zsh
export WX_WEB_HOOK=https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=14ece0d0-4b96-49a1-99a3-5b41e4xxxxxx
source $HOME/.zsh
step3. 使用样例
echo "happy hacking" | notifier
cat vul.txt | notifier
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.