
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).
homebridge-syntex-webhooks
Advanced tools
A plugin to control and to create HTTP devices.
sudo npm install -g homebridge
sudo npm install -g homebridge-syntex-webhooks
INFO: If the directory for the storage can't be created you have to do it by yourself and give it full write permissions!
real mac address
or another unique text
mac
, name
and type
"platforms": [
{
"platform": "SynTexWebHooks",
"port": 1710,
"cache_directory": "./SynTex/",
"sensors": [
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Temperature",
"type": "temperature"
},
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Humidity",
"type": "humidity"
},
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Light",
"type": "light"
},
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Leak",
"type": "leak"
},
{
"mac": "sensor1",
"name": "Motion",
"type": "motion"
},
{
"mac": "sensor2",
"name": "Contact",
"type": "contact"
},
{
"mac": "sensor3",
"name": "Smoke",
"type": "smoke"
},
{
"mac": "sensor4",
"name": "Occupancy",
"type": "occupancy"
}
],
"switches": [
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Switch",
"type": "switch",
"on_method": "GET",
"on_url": "http://192.168.178.164/switch?state=true",
"off_method": "GET",
"off_url": "http://192.168.178.164/switch?state=false"
},
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Relais",
"type": "relais",
"on_method": "GET",
"on_url": "http://192.168.178.162/switch?state=true",
"off_method": "GET",
"off_url": "http://192.168.178.162/switch?state=false"
},
{
"mac": "switch1",
"name": "Dummy",
"type": "switch"
}
]
}
]
http://
Bridge IP /devices?mac=
Device Mac &value=
New ValueBridge IP
and Device Mac
New Value
you can type these patterns:true
/ false
10
/ 12.4
http://
Bridge IP /devices?mac=
Device MacBridge IP
and Device Mac
FAQs
A webhook plugin for HTTP devices
The npm package homebridge-syntex-webhooks receives a total of 29 weekly downloads. As such, homebridge-syntex-webhooks popularity was classified as not popular.
We found that homebridge-syntex-webhooks 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
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.