
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
github.com/v0idmatr1x/go-sysinfo
go get github.com/v0idmatr1x/go-system
- While all platforms will eventually be supported, Linux is a first class citizen as far as calling conventions are concerned.
- When additional platform support is added, platform specific functions (that are not LinuxBound) will be annotated with Windows, Darwin, or FreeBSD.
- ... said functions will also be bound to an interface such as
WinBound
,FreeBSDBound
, etc.
import "github.com/v0idmatr1x/go-system/sysinfo"
// Expose linux specific API methods
var linux sysinfo.LinuxBound = &sysinfo.Platform{}
linux.Distro() // returns the distribution of the host operating system and an error
// Other LinuxBound methods
// linux.KernelVersion()
// linux.InspectRelease()
// Expose global functionality (such as OS detection)
var global sysinfo.Global = &sysinfo.Platform{}
global.Platform() // returns the host operating system and an error
// global.Architecture()
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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.