
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
A Ruby wrapper class for the SMS sending service API called MO-SMS located in Sweden. In order to use the service, you have to register an account. More information can be found on their site. The development of this gem has been done using MO-SMS's API specification found here
Add this line to your application's Gemfile:
gem 'mo_sms'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mo_sms
To fire the class just
sms = MoSms::SMSSender.new("your_username", "your_password")
To send a text sms, call the .send() method. Watch out for the Exceptions that can be thrown here :)
sms.send("072123123", :text, "This is my message")
Other attributes are added to the class (read the API specification) like...
sms.tariff = false #or true
sms.allow_long_message = false #or true
sms.custom_sender = false #or true
FAQs
Unknown package
We found that mo_sms 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.