
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Python SDK for ReSMS, a simple and powerful SMS API.
pip install resms
You need to get an API key on ReSMS Dashboard.
Then import the package and create a new instance of the ReSMS
class with your API key.
import resms
resms.api_key = "your_api_key"
You can send a SMS using:
resms.sms.send(to="+33123456789", message="Code 123456", senderId="ReSMS")
You can send an OTP using:
resms.otp.send(to="+33123456789", message="Your OTP is {CODE}", senderId="ReSMS")
The full documentation is available at docs.resms.dev.
This project is licensed under the MIT License.
This is a simple SDK for ReSMS. More features and improvements will be added in the future. If you have any suggestions or issues, please tell us on our discord server: Discord.
FAQs
Python SDK for ReSMS, a simple and powerful SMS API.
We found that resms 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.