Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@33cn/wallet-api
Advanced tools
yarn add @33cn/wallet-api
signTxGroup("0x1848959835460954609", "user.p.xxx.none")
// 可以用逗号分隔多比交易,接口会将它们打包成一个交易组
signTxGroup("0x9834894906090964509,0x93893548289256a678", "user.p.xxx.none")
// 币钱包交易签名
signTxCommon({
tx: "0x1848959835460954609",
address: "16erdsddsadsadd432432",
})
// btypay交易签名
signTxCommon({
tx: "0x1848959835460954609",
title: "signTx",
})
// 币钱包交易签名
signTxGroupCommon({
tx: "0x1848959835460954609,0x93893548289256a678",
exer: "user.p.xxx.none",
withhold: -1,
})
// btypay交易签名
signTxGroupCommon({
tx: "0x1848959835460954609,0x93893548289256a678",
url: "http://47.89.120.56:8089",
})
FAQs
We found that @33cn/wallet-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.