
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.
mailer-pure
Advanced tools
study send mail.
npm i -D mailer-pure
npm test
npm run cover
const fs = require('fs')
const path = require('path')
const Mailer = require('mailer-pure')
const mailer = new Mailer(<email>, <pass>)
const send = async () => {
const data = await mailer.send({
to: <to email>,
subject: <subject>,
html: fs.createReadStream(path.resolve(__dirname, <path/to/file>)),
attachments: [{
filename: <filename>,
content: fs.createReadStream(path.resolve(__dirname, <path/to/file>))
}]
})
console.info(data)
}
send()
nodemailer --> https://nodemailer.com/about/
license
MIT -->
https://opensource.org/licenses/MIT
badge
shields -->
https://shields.io/
cover
istanbul -->
https://www.npmjs.com/package/istanbul
FAQs
pure mailer by node
The npm package mailer-pure receives a total of 0 weekly downloads. As such, mailer-pure popularity was classified as not popular.
We found that mailer-pure demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
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.