Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
homebridge-udp-contactsensor
Advanced tools
UDP server contact sensor input plugin for Homebridge
npm install -g homebridge
npm install -g homebridge-udp-contactsensor
accessory
: "UdpContactSensor"name
: descriptive namelisten_port
: UDP port to listen on for incoming messagesdata
: object of names to matching on/off datagram payloadsExample configuration:
"accessories": [
{
"accessory": "UdpContactSensor",
"name": "UDP Contact Sensors",
"listen_port": 8266,
"data": {
"Switch #2": { "on": "02ff", "off": "0200" },
"Switch #3": { "on": "03ff", "off": "0300" },
"Switch #4": { "on": "04ff", "off": "0400" }
}
}
]
Creates a ContactSensor service for each switch in data
.
Listens for UDP datagrams on port 8266, turns on Switch #2 upon receiving the two bytes 02 followed by ff, turns it off when receiving 02 followed by 00, and so on.
MIT
FAQs
UDP server contact sensor plugin for Homebridge
The npm package homebridge-udp-contactsensor receives a total of 0 weekly downloads. As such, homebridge-udp-contactsensor popularity was classified as not popular.
We found that homebridge-udp-contactsensor 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.