HOME>>>>>>>>>

File couchdb-databases

脚本使用类型: portrule
脚本所属分类: discovery, safe
脚本下载地址: http://nmap.org/svn/scripts/couchdb-databases.nse

User 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

smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername

See the documentation for the smbauth library.

http.max-cache-size, http.max-pipeline, http.pipeline, http.useragent

See the documentation for the http 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: Martin Holst Swende

License: VER007 整理 http://www.ver007.com