HOME>>>>>>>>>

File bitcoinrpc-info

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

User Summary

Obtains information from a Bitcoin server by calling getinfo on its JSON-RPC interface.

Script Arguments

creds.global

http credentials used for the query (user:pass)

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 8332 --script bitcoinrpc-info --script-args creds.global=<user>:<pass> <target>

Script Output

8332/tcp open  unknown
| bitcoinrpc-info.nse: 
|   USER: root
|     connections: 36
|     hashespersec: 0
|     generate: false
|     keypoololdest: 1309381827
|     difficulty: 1379223.4296725
|     balance: 0
|     version: 32100
|     paytxfee: 0
|     testnet: false
|     blocks: 135041
|_    genproclimit: -1

Requires


Author: Toni Ruottu

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