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.
Control Philips WiZ Connected smart light bulbs
pip install wizcon
usage: wizcon [-h] [-si {1-32}] [-b {0-255}] [-v] IP {ON,OFF,SWITCH}
Control Philips WiZ Connected smart light bulbs
positional arguments:
IP IP address of smart bulb
{ON,OFF,SWITCH} Command sent to the smart bulb
optional arguments:
-h, --help show this help message and exit
-si {1-32}, --scene_id {1-32}
Set scene of smart bulb using scene ID
-b {0-255}, --brightness {0-255}
Set brightness of smart bulb
-rgb {0-255} {0-255} {0-255}, --rgb {0-255} {0-255} {0-255}
Set RGB color of smart bulb
-v, --version show program's version number and exit
Scene Table
1: "Ocean"
2: "Romance"
3: "Sunset"
4: "Party"
5: "Fireplace"
6: "Cozy"
7: "Forest"
8: "Pastel Colors"
9: "Wake up"
10: "Bedtime"
11: "Warm White"
12: "Daylight"
13: "Cool white"
14: "Night light"
15: "Focus"
16: "Relax"
17: "True colors"
18: "TV time"
19: "Plantgrowth"
20: "Spring"
21: "Summer"
22: "Fall"
23: "Deepdive"
24: "Jungle"
25: "Mojito"
26: "Club"
27: "Christmas"
28: "Halloween"
29: "Candlelight"
30: "Golden white"
31: "Pulse"
32: "Steampunk"
Examples
Turn smart bulb on:
wizcon 192.168.1.100 ON
Turn smart bulb off:
wizcon 192.168.1.100 OFF
Switch smart bulb between on and off states:
wizcon 192.168.1.100 SWITCH
Set scene to "Deepdive" using scene ID:
wizcon --scene_id 23 192.168.1.100 ON
Set brightness to 255 (max brightness):
wizcon --brightness 255 192.168.1.100 ON
Set smart bulb color to blue:
wizcon -rgb 0 0 255 192.168.1.100 ON
Model | A19 (RGB) | AE27 (White) |
Firmware Version | 1.22.0 | 1.17.1 |
Model ID | 23007 | 23032 |
Smart-Bulb-Control - Rainmeter skin for controlling smart light bulbs
If you find an issue or have any feedback please submit an issue on GitHub.
If you would like to show your support donations are greatly appeciated via:
https://github.com/rgomezjnr/wizcon
FAQs
Control Philips WiZ Connected smart light bulbs
We found that wizcon demonstrated a healthy version release cadence and project activity because the last version was released less than 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.