Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
idasen-control
Advanced tools
This utility lets one control an IKEA IDÅSEN desk via command line utility. It spawns a small server to keep the connection to the desk alive on first use and reuses that later. This could be improved but is good enough for my purposes.
This lets you move to your preferred heights without having to keep the button pressed.
It stores its configuration in a file called ~/.idasen-control.json
.
To find desks available you need to bring the tool into scanning mode after setting your desk to pairing mode (keep bluetooth button pressed). It will do an initial scan for 10 seconds and wait for 2 more seconds after each discovered device.
idasen-control --scan
After you know the address of the desk to connect to it:
idasen-control --connect-to ADDRESS
This will store the address in the config file.
To check the status of the desk run:
idasen-control --status
To move the desk to a position run this command:
idasen-control --move-to POSITION
For instance 10
is a typical sitting position, 50
is a typical standing
position. If you want to block the shell until the desk is in its final
position pass --wait
.
This is best used with shell aliases.
It's based on Steven Roebert's desk-control MQTT script.
MIT
FAQs
IKEA Idasen Desk Control
We found that idasen-control 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.