
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.
ghost-rider
Advanced tools
Scenario runner for Puppeteer (async/await model)
{"click" : "#id"}
{"screenshot" : "screenshot_name"}
{"waitFor" : {selector, parentFrame, untilVisible}}
{"wait" : 2500}
{"play" : "alert('this script will be played in your webpage');"}
[...]
const GhostRider = require('ghost-rider');
let report = true;
let screenshots_dir = './screenshots';
const nicolas = new GhostRider({
width : PAGE_WIDTH,
height : PAGE_HEIGHT,
ignore_screenshots : !report,
coverage : report,
screenshots_dir : screenshots_dir,
screenshots_ext : '.png',
screenshot_delay : 250,
slowMo : 250,
visible : true // only on windows!
});
await nicolas.ride("./scenario.json");
{
"alias" : {
"gohome" : [
{ "click" : "#logo" }
]
},
"scenario" : [
"gohome",
{"screenshot" : "01_home"},
{"click" : "#contact"},
{"screenshot" : "02_contact_page"},
"gohome",
{"click" : "#async_load_in_iframe"},
{
"waitFor" : {
"selector" : "#id_in_iframe",
"parentFrame" : "#iframeid",
"untilVisible" : true
}
},
{"screenshot" : "03_page_with_iframe"}
]
}
Enjoy !
FAQs
Scenario runner for Puppeteer (async/await model)
The npm package ghost-rider receives a total of 2 weekly downloads. As such, ghost-rider popularity was classified as not popular.
We found that ghost-rider 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.