feetoff
v1.0.0
Published
Pre-emptive authentication monitoring for CouchDB
Downloads
6
Readme
feetoff
Pre-emptive authentication monitoring for CouchDB
Queries every database found in a given CouchDB instance and returns a list that are accessible.
Usage
- Copy
config/default.example.json
and populate its values according to the table below - Run
npm start
A list of accessible databases is returned:
_replicator
_users
public
Config
Property | Description
-------- | -----------
couchdb
| A URL to a CouchDB instance
whitelist
| A 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.