
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.
Work In Progress - MongoTools will provide simple command line interface to import/export/clear Mongo documents.
Warning ! Work in progress. This package isn't ready for production.
MongoTools is a little shell script that provide command line interface to manage Mongo documents.
With a simple command, you can import, export, clean a Mongo database.
Use this script directly in you shell or add it to grunt or git-hooks.
You can download the script from Github :
With CURL :
curl -s https://raw.githubusercontent.com/ThierryLag/MongoTools/bash-version/mongotools.sh -o mongotools.sh
With WGET :
wget https://raw.githubusercontent.com/ThierryLag/MongoTools/bash-version/mongotools.sh
Make sure the script is executable:
chmod a+x mongotools.sh
Edit the variables below at the beginning of the script :
DB_NAME='your-mongo-db'
: name of you mongo databaseDB_COLLECTIONS=( 'your-documents' 'another' )
: array of documents to import/export/clearDATAS_PATH='./_datas'
: path where the script store the datas.Make actions on MongoDB :
./mongotools.sh [-o] (actions list)
Execute each listed action in order you want:
Example: ./mongotools.sh export clear import
:
export collections, then clear DB and finally re-import !
Display usage message :
./mongotools.sh [-h]
Display script version :
./mongotools.sh [-v | --version]
BashTools is free and unencumbered public domain software.
For more information, see http://unlicense.org/ or the accompanying LICENSE file.
FAQs
Work In Progress - MongoTools will provide simple command line interface to import/export/clear Mongo documents.
We found that mongotools 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
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.