1.0.0 • Published 10 years ago

feetoff v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

feetoff

Pre-emptive authentication monitoring for CouchDB

Queries every database found in a given CouchDB instance and returns a list that are accessible.

Usage

  1. Copy config/default.example.json and populate its values according to the table below
  2. Run npm start

A list of accessible databases is returned:

_replicator
_users
public

Config

PropertyDescription
couchdbA URL to a CouchDB instance
whitelistA list of database names known to be accessible

Usecases

  • By omitting CouchDB authentication credentials, feetoff can be used to check which databases are publicly accessible.

Author

© 2014 Tom Vincent https://tlvince.com/contact

License

Licensed under the MIT license.