File couchdb-stats
Script types:
portrule
Categories:
discovery, safe
Download: http://nmap.org/svn/scripts/couchdb-stats.nse
User Summary
Gets database statistics from a CouchDB database.
For more info about the CouchDB HTTP API and the statistics, see http://wiki.apache.org/couchdb/Runtime_Statistics and http://wiki.apache.org/couchdb/HTTP_database_API.
Script Arguments
http-max-cache-size, http.pipeline, http.useragent
See the documentation for the http library.Example Usage
nmap -p 5984 --script "couchdb-stats.nse" <host>
Script Output
PORT STATE SERVICE REASON
5984/tcp open httpd syn-ack
| couchdb-stats:
| httpd_request_methods
| GET (number of HTTP GET requests)
| current = 5
| count = 1617
| couchdb
| request_time (length of a request inside CouchDB without MochiWeb)
| current = 1
| count = 5
| httpd_status_codes
| 200 (number of HTTP 200 OK responses)
| current = 5
| count = 1617
| httpd
| requests (number of HTTP requests)
| current = 5
| count = 1617
|_ Authentication : NOT enabled ('admin party')
Requires
Author: Martin Holst Swende
License: Same as Nmap--See http://nmap.org/book/man-legal.html




