
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.
@projectsophon/df-plugin-dev-server
Advanced tools
An ESBuild server for Dark Forest plugin development.
You can install the command globally using:
npm i -g @projectsophon/df-plugin-dev-server
Once installed, you should have access to the command:
df-plugin-dev-server
You can see the supported flags by running:
df-plugin-dev-server
Start a Dark Forest plugin development server.
Options:
--help Show help [boolean]
--version Show version number [boolean]
--dir The directory where plugins exist [string] [default: "plugins"]
--ext Extensions to process [array] [default: [".js",".ts"]]
And then run the server:
df-plugin-dev-server
ESBuild for /Users/user/sophon-plugins/plugins on port 2221
Development server started on http://127.0.0.1:2222/
The easiest way to load plugins while developing would be to use something like this in the Dark Forest UI:
// This maps to ./plugins/MyAwesomePlugin.js or ./plugins/MyAwesomePlugin.ts by default
import Plugin from "http://127.0.0.1:2222/MyAwesomePlugin.js"
export default Plugin;
However, Dark Forest plugins are cached, so you'd need to do some sort of cache busting each time you make a change. Luckily, we've taken care of that for you! To get free cache busting, you can add ?dev to the end of your plugin URL.
// Notice the ?dev
import Plugin from "http://127.0.0.1:2222/MyAwesomePlugin.js?dev"
export default Plugin;
Doing the above will proxy your plugin through a cache busting plugin!
MIT
FAQs
An ESBuild server for Dark Forest plugin development.
The npm package @projectsophon/df-plugin-dev-server receives a total of 1 weekly downloads. As such, @projectsophon/df-plugin-dev-server popularity was classified as not popular.
We found that @projectsophon/df-plugin-dev-server demonstrated a not healthy version release cadence and project activity because the last version was released 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.