HOME>>>>>>>>>

File voldemort-info

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

User Summary

Retrieves cluster and store information from the Voldemort distributed key-value store using the Voldemort Native Protocol.

Example Usage

执行格式

nmap -p 6666 --script voldemort-info <ip>

Script Output

PORT     STATE SERVICE
6666/tcp open  irc
| voldemort-info: 
|   Cluster
|     Name: mycluster
|     Id: 0
|     Host: localhost
|     HTTP Port: 8081
|     TCP Port: 6666
|     Admin Port: 6667
|     Partitions: 0, 1
|   Stores
|     test
|       Persistence: bdb
|       Description: Test store
|       Owners: harry@hogwarts.edu, hermoine@hogwarts.edu
|       Routing strategy: consistent-routing
|       Routing: client
|     wordcounts
|       Persistence: read-only
|       Routing strategy: consistent-routing
|_      Routing: client

Requires


Author: Patrik Karlsson

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