
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.
ah-stats-plugin
Advanced tools
These methods were removed from the actionHero core for v12, on September 12th, 2015
This plugin creates methods for you to store arbitrary statistics about your server. These stats are stored in Redis, and are shared throughout the cluster.
Stats are buffered locally in each induvidual server for a period of time, and then periodically flushed to redis. You can control these settings via ./config/stats.js
An example stats action is provided which will list back all the stats stored in your cluster, along with metadata about the task system and server.
npm install --save ah-stats-plugin./config/plugins.js, denote the plugin as active:exports['default'] = {
general: function(api){
return {
plugins: [ 'ah-stats-plugin' ]
};
}
};
api.config.stats.keysapi.config.stats.keys{key1: stats {}, key2: stats {} }FAQs
I collect, store, and fetch stats about your actionhero cluster
The npm package ah-stats-plugin receives a total of 0 weekly downloads. As such, ah-stats-plugin popularity was classified as not popular.
We found that ah-stats-plugin 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.