Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
couchdb-stat-collector
Advanced tools
A CLI tool for collecting statistics about a CouchDB node or cluster.
This project is a work in progress. Its interface may change as new features are added.
You can get this tool via NPM:
npm i -g couchdb-stat-collector
Now the couchdb-stat-collector
command should be on your $PATH. Try it like this:
COUCH_URL=http://admin:password@localhost:5984 couchdb-stat-collector
Replace the value for COUCH_URL
with the URL for your CouchDB instance, including admin credentials.
Once completed, it should give you a success message like this:
✅ All done!
⚠️ Please send ${host}_${port}_${date}_${time}.gz back to Neighbourhoodie Software GmbH <couchdb@neighbourhood.ie> for analysis.
Get and build the tool locally with Git:
git clone neighbourhoodie/couchdb-stat-collector
cd couchdb-stat-collector
npm install
Now you can run the test suite like this:
npm test
You can run the tool like this:
npm start
Proprietary. Use only with permission of Neighbourhoodie Software GmbH.
FAQs
A stat collection tool for CouchDB.
The npm package couchdb-stat-collector receives a total of 7 weekly downloads. As such, couchdb-stat-collector popularity was classified as not popular.
We found that couchdb-stat-collector 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.