
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
An unofficial (and very incomplete) API client for the DirectAdmin webhosting control panel.
gem "direct_admin"
And then execute:
$ bundle
Or install it yourself as:
$ gem install direct_admin
First you will need to create an instance of the client:
require "direct_admin"
client = DirectAdmin::Client.new(url: "https://localhost:2222", username: "admin", password: "secret")
And then you can call any of the Command methods on the client:
client.create_login_key("CLI Tool", "abcd1234")
This library is purposely not feature complete. The DirectAdmin API is very large, and spread out over a large knowledgebase.
I'm implementing what I need when it's needed, but will welcome contributions, provided they are accompanied with tests.
Bug reports and pull requests are welcome on GitHub at https://github.com/adam12/direct_admin.
I love pull requests! If you fork this project and modify it, please ping me to see if your changes can be incorporated back into this project.
That said, if your feature idea is nontrivial, you should probably open an issue to discuss it before attempting a pull request.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that direct_admin 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.