
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
![image] (https://travis-ci.org/CosmicColor/coolsms-client.svg)
This is a simple client for sending SMS and LMS messages to mobile phones in South Korea via the CoolSMS api. http://www.coolsms.co.kr/
Add this line to your application's Gemfile:
gem 'coolsms-client'
And then execute:
$ bundle
Or install it yourself as:
$ gem install coolsms-client
client = Coolsms::Client.new :api_key => 'YOUR_API_KEY', :api_secret => 'YOUR_API_SECRET', :sender => "YOUR_NUMBER"
client.send_message :to => "RECIPIENTS_PHONE_NUMBER", :text => "hello world"
# => { :success => true, :error_count => 0, :success_count => 1, :result_message => "Success" :status_code => 200 }
Fork the repository, add a feature or bug fix branch. Submit a PR. Please include specs where necessary.
Bug reports and pull requests are welcome on GitHub at https://github.com/CosmicColor/coolsms-client.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that coolsms-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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 researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.