
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
node-raspberrypi-usbboot
Advanced tools
Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.
Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.
For usage, see the example.
On most GNU/Linux distributions, you'll need to run this as root.
Import UsbbootScanner
, instanciate it, then on the instance attach the following event listeners:
attach
: a device was connected and we started transforming it to a mass storage device;detach
: a device was detached, note that this could mean that it was physically detached or that it was successfully transformed into a mass storage device;error
: an error occured.The attach
and detach
event listeners will get a UsbbootDevice
as parameter. This object will emit progress
events which parameter is the percentage of completion.
The progress will be 100
when the device reattaches itself as a mass storage device. This will be followed by a detach
event from the UsbbootScanner
(because the device
will no longer be a usbboot device).
This is heavily based on Raspberry Pi USB booting code.
It should support Raspberry Pi Compute Modules and Raspberry Pi Zeros.
This module will upload a slightly more complex kernel to the pis than the original code above, it allows the devices to reach higher write speeds at the cost of a longer preparation phase.
If you have any trouble using this module, please check if it works with the original usb boot link above.
You can enable debug output by setting the DEBUG
env var to node-raspberrypi-usbboot
.
v1.1.3
FAQs
Transforms Raspberry Pi Compute Modules and Zeros to mass storage devices.
The npm package node-raspberrypi-usbboot receives a total of 2,822 weekly downloads. As such, node-raspberrypi-usbboot popularity was classified as popular.
We found that node-raspberrypi-usbboot 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.