
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
System configuration management framework (WIP) written with node.

$ npm install -g maru
To provision from a script simply pass it to maru(1), by default ~/.maru.js
is used.
$ maru examples/github
install : visionmedia-mon
install : visionmedia-every
install : visionmedia-mad
install : visionmedia-burl
install : visionmedia-watch
complete : visionmedia-mad - 1s
complete : visionmedia-burl - 1s
complete : visionmedia-watch - 1s
complete : visionmedia-every - 1s
complete : visionmedia-mon - 1s
Maru supports packages straight from npm, for example
of you invoke use('curl'), this effectively a short-hand
syntax for use(require('maru-curl')()), where maru-curl
is published as:
module.exports = function(){
return {
name: 'curl',
which: 'curl',
install: function(env, fn){
env.exec('apt-get install curl -y', fn);
}
}
};
In your config script:
use('curl')
NOTE: maru assumes that the maru- prefix is always used in the npm name. For
a list of available packages visit the wiki Packages page.
To enable debug output simply run with the DEBUG env variable set to "maru":
$ DEBUG=maru maru examples/apt
maru jobs 3 +0ms
maru use curl +3ms
maru use git +0ms
maru use make +0ms
maru use gm +1ms
maru use gs +0ms
maru use ffmpeg +0ms
...
MIT
FAQs
System configuration management framework
We found that maru 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.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.