
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).
github.com/muka/pi-wifi
Simple WIFI setup over bluetooth
This servie uses network manager API to connect to a WIFI network.
The implementation offers two interfaces
You can use go run main.go
on a linux machine to start the software.
Then point your browser to http://localhost:9099/ to see an example usage.
The BLE server exposes one service 12342233-0000-1000-8000-00805f9b34fb
with two characteristics
0x3344
that supports
0x4455
that support read and list the available APs the wifi device found. The response is in the format SSID;strength\n
a double \n indicates the end of the listThe service exposes also an HTTP API to intereact with WIFI connections
/connect
connect to a WIFI connection. Expects a body in the format { "payload": "WIFI:T:WPA;S:your ssid;P:your password;H:false;;" }
/status
return the connection status with format {"status": "connected"}
/listap
list the reachable APs in format {"accessPoints": [ { "ssid": "example", "strength": 54 } ]}
The connection string format is based on https://github.com/zxing/zxing/wiki/Barcode-Contents#wi-fi-network-config-android-ios-11
FAQs
Unknown package
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.