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:
@@ -32,7 +32,7 @@ require 'shortport'
|
||||
require 'json'
|
||||
require 'creds'
|
||||
|
||||
portrule = shortport.port_or_service(8332, "http")
|
||||
portrule = shortport.portnumber(8332)
|
||||
|
||||
-- JSON-RPC helpers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user