Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
ethernal-light
Advanced tools
Light version of Ethernal CLI that connects directly to the queuing backend
This is a simplified version of the Ethernal CLI. The goal is to have a smaller & less memory consuming package that directly connects to the queuing Redis backend, without going through the API.
It is meant to be launched through the Ethernal PM2 server.
npm install ethernal-cli-light -g
yarn add global ethernal-cli-light
Only two env variables are needed:
ETHERNAL_HOST
: Your Ethernal API endpoint
ETHERNAL_SECRET
: Your Ethernal secret, as it's using an admin endpoint
Then call the CLI with only the workspace id as a parameter:
ETHERNAL_HOST=https://yourethernalinstance/api ETHERNAL_SECRET=yoursecret ethernal-light 1
[0.1.13] - 2024-02-14
FAQs
Light version of Ethernal CLI that connects directly to the queuing backend
The npm package ethernal-light receives a total of 24 weekly downloads. As such, ethernal-light popularity was classified as not popular.
We found that ethernal-light demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.