
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.
Always available, remotely updateable config
npm install hyperconf
First build a spec, see example.js
Then use it
const Hyperconf = require('hyperconf')
const spec = require('./spec/hyperconf')
// core is the core that contains future versions of the spec
const conf = new Hyperconf(spec, core, { minLength: 0, production: true })
await conf.ready()
console.log(conf.current) // <-- current config, always set
conf.on('update', () => {
console.log('conf updated', conf.current)
})
Apache-2.0
FAQs
Always available, remotely updateable config
The npm package hyperconf receives a total of 763 weekly downloads. As such, hyperconf popularity was classified as not popular.
We found that hyperconf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.