File bitcoinrpc-info
Script types:
portrule
Categories:
default, discovery, safe
Download: 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: Same as Nmap--See http://nmap.org/book/man-legal.html


