
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
holiday-udp
Advanced tools
Fires frames at the UDP-based secret API of Holiday by MooresCloud.
var Holiday = require('holiday-udp'),
holiday = new Holiday('192.168.23.254');
var frame = new Array[50];
// fill frame with [r, g, b] values, each 0..value..255
holiday.send(frame);
If you just want to see see it work:
npm install -g holiday-udp
holiday-xmas 192.168.23.254 &
Holiday.send
takes two arguments:
frame
, an array of 50 RGB values to send to the Holidaycallback
, an optional callback function passed to Socket.send
If callback
isn't supplied and an error occurs (e.g.
getaddrinfo ENOTFOUND
), the Holiday
will emit error
.
WARNING: On OS X, if a setInterval
timer calls send
an error
emitted to no subscribers should bring down Node if you've called unref
,
but it doesn't.
Once you've found your Holiday, try bin/thrash.js
. If it works and you're
into red, white, and green themed holidays at the end of the year, try
bin/xmas.js
. The latter has a simple animation module hiding in it, waiting
to be broken out.
FAQs
Sends frames to the MooresCloud Holiday UDP API
We found that holiday-udp 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 researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.