mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
Remove "http" from the bitcoinrpc-info portrule.
This commit is contained in:
@@ -32,7 +32,7 @@ require 'shortport'
|
|||||||
require 'json'
|
require 'json'
|
||||||
require 'creds'
|
require 'creds'
|
||||||
|
|
||||||
portrule = shortport.port_or_service(8332, "http")
|
portrule = shortport.portnumber(8332)
|
||||||
|
|
||||||
-- JSON-RPC helpers
|
-- JSON-RPC helpers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user