couchdb-stats
脚本使用类型:
portrule
脚本所属分类:
discovery, safe
脚本下载地址: http://nmap.org/svn/scripts/couchdb-stats.nse
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.
执行格式
nmap -p 5984 --script "couchdb-stats.nse" <host>
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')
Author: Martin Holst Swende
License: VER007 整理 http://www.ver007.com