Script couchdb-databases
Script types:
portrule
Categories:
discovery, safe
Download: https://svn.nmap.org/nmap/scripts/couchdb-databases.nse
Script Summary
Gets database tables from a CouchDB database.
For more info about the CouchDB HTTP API, see http://wiki.apache.org/couchdb/HTTP_database_API.
Script Arguments
- slaxml.debug
See the documentation for the slaxml library.
- http.host, http.max-body-size, http.max-cache-size, http.max-pipeline, http.pipeline, http.truncated-ok, http.useragent
See the documentation for the http library.
- smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername
See the documentation for the smbauth library.
Example Usage
nmap -p 5984 --script "couchdb-databases.nse" <host>
Script Output
PORT STATE SERVICE REASON 5984/tcp open unknown syn-ack | couchdb-databases: | 1 = test_suite_db | 2 = test_suite_db_a | 3 = test_suite_db/with_slashes | 4 = moneyz | 5 = creditcards | 6 = test_suite_users |_ 7 = test_suite_db_b
Requires
Author:
License: Same as Nmap--See https://nmap.org/book/man-legal.html