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.
This software allows to control Toshiba AC
Download using pip
pip3 install toshiba-ac
Download or clone this repository to desired directory:
git clone https://github.com/KaSroka/Toshiba-AC-control.git
Install toshiba-ac package:
pip3 install .
If you want to edit the code you can install the package as editable:
pip3 install -e .
Sample GUI application toshiba_ac_gui.py
was created to demonstrate usage of this package. It allows to switch basic functionalities of the AC and shows current status.
It requires to provide env variables with login information:
TOSHIBA_USER=<USER_NAME> TOSHIBA_PASS=<PASSWORD> python3 toshiba_ac_gui.py
or
export TOSHIBA_USER=<USER_NAME>
export TOSHIBA_PASS=<PASSWORD>
python3 toshiba_ac_gui.py
FAQs
Toshiba AC controller - allows to control Toshiba HVAC systems with WiFi
We found that toshiba-ac 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.
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.