1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove "http" from the bitcoinrpc-info portrule.

This commit is contained in:
david
2011-10-07 23:49:44 +00:00
parent dc496b0d46
commit ec269ece29

View File

@@ -32,7 +32,7 @@ require 'shortport'
require 'json'
require 'creds'
portrule = shortport.port_or_service(8332, "http")
portrule = shortport.portnumber(8332)
-- JSON-RPC helpers