
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
Espresso: The-M-Projects build tools using node.js
To install espresso you need Node.js >= 0.4 and either git or npm.
You can install espresso with the help of NPM:
npm install espresso -g
The "-g" option is needed for npm >= 1.0.
If you don't want to use NPM, you can check out the project with git, init the submodules and create an alias.
Install node.js. see description here
Checkout Espresso:
git clone https://github.com/mwaylabs/Espresso.git
Initialize submodules:
git submodule update --init
Create an alias:
alias espresso='/path/to/Espresso/bin/espresso.js'
Create a new HelloWorld project:
espresso init --project HelloWorld --example
Build it:
cd HelloWorld && espresso build
Run the development server:
espresso server
Generate new files
espresso generate -c testcontroller -v testview -m testmodel
This command will generate a new model, a new view and a new controller.
Read the instructions here
All license information about Espresso and used third-party components can be found in the LICENSE file, Or in the concrete third-party component.
FAQs
Development tools for The-M-Project
We found that espresso 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
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.