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.
Double-headed HTTP, via NodeJS.
Hydra makes it possible to:
i.e. both the client and server can both make, and respond to, HTTP requests. In particular, HTTP clients running on the server can issue requests like
DELETE http://client16b759c4/item/78
to a NodeJS-powered HTTP proxy, and have the request tunnelled to the browser via a WebSocket.
At this point, Hydra is mostly a proof of concept. HTTP requests can be passed back and forth, and there's simple browser-based code for both HTTP servers and HTTP clients. WebSocket-tunnelled HTTP requests can't be chunked or streamed (in either direction), though the client can respond out of order (because messages have an id).
This has been tested in Chrome and Firefox. Chrome supports WebSockets natively; Firefox requires a Flash "shim".
npm
, install the socket.io
scylla
packages:
$ curl http://npmjs.org/install.sh | sh # If you don't already have npm
$ npm install socket.io
$ npm install scyllaMichael Stillwell mjs@beebo.org
FAQs
Hydra is a NodeJS light-weight library for building distributed computing applications such as microservices
The npm package hydra receives a total of 380 weekly downloads. As such, hydra popularity was classified as not popular.
We found that hydra 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
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.