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.
== SMS Factor
An easy way to use API SMS of http://www.smsfactor.com/ (http://www.smsfactor.com/api-sms/)
== Installation
You can install sms_factor by adding this line in your Gemfile :
gem 'sms_factor'
And then :
bundle install
== Configuration
To use this gem, configure SmsFactor using your API information :
SmsFactor::Init.configure do |config| config.api_url = 'http://api.smsfactor.com' config.api_login = '<your_email@your_company.com>' config.api_password = '<your_password>' config.api_default_from = '<a_default_sender_name>' end
== Use
To send a SMS :
r = SmsFactor.sms('Hello World', '336++++++++') # to a single recipient r = SmsFactor.sms('Hello World', ['336++++++++', '336++++++++', '336++++++++']) # to multiple recipients r = SmsFactor.sms('Hello World', '336++++++++', 'Toto') # to override default from
To retrieve your credit after the sms was sent :
r.credit
== Copyright
Copyright (c) 2015 Julien Séveno
FAQs
Unknown package
We found that sms_factor 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.