feetoff
v1.0.0
Published
Pre-emptive authentication monitoring for CouchDB
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.jsonand populate its values according to the table below - Run
npm start
A list of accessible databases is returned:
_replicator
_users
publicConfig
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,
feetoffcan be used to check which databases are publicly accessible.
Author
© 2014 Tom Vincent https://tlvince.com/contact
License
Licensed under the MIT license.
