
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
nodester-cli
Advanced tools
A CLI tool to allow interaction with the http://nodester.com/ platform.
This app is a little wrapper around the REST API for the Nodester OS Node hosting platform.
npm install nodester-cli -g
In your CLI run one of these commands:
$ nodester
$ nodester app <usage>
$ nodester user <usage>
Each of them will outpot the help for the respective command.
If you have your own instance of Nodester installed on your own server, the command line app is designed to work with that too. Currently it supports 3 environment variables to change a couple of default settings.
Here is a simple example:
#!/bin/bash
export NODESTER_BRAND=davster;
export NODESTER_APIHOST=auth.davglass.com;
nodester "$@"
export NODESTER_BRAND=;
export NODESTER_APIHOST=;
In the newest version of nodester-cli
you can easily switch betwen instances running:
$ nodester config set <apiendpoint> <brand>
after this you can access to your instance. To rollback to the nodester endpoint run:
$ nodester config set api.nodester.com nodester
Also you can see what is the current configuration running:
$ nodester config get
Also you can take a look at examples
and see how can you roll out your personal nodester-cli
The nodester community (nodester authors
):
- [Chris Matthieu](http://matthieu.us)
- [Daniel Bartlett <dan@f-box.org>](http://danb-uk.net/)
- [Dav Glass <davglass@gmail.com>](http://twitter/@davglass)
- Abraham Williams <4braham@gmail.com>
- Contra <contra@australia.edu>
- Marcos Oliveira <marcosvm@gmail.com>
- [Alejandro Morales](http://alejandromorales.co.cc)
MIT 2012 - Nodester
FAQs
A CLI tool to allow interaction with the http://nodester.com/ platform.
The npm package nodester-cli receives a total of 1 weekly downloads. As such, nodester-cli popularity was classified as not popular.
We found that nodester-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.