mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Remove "http" from the bitcoinrpc-info portrule.
This commit is contained in:
parent
dc496b0d46
commit
ec269ece29
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ require 'shortport'
|
|||
require 'json'
|
||||
require 'creds'
|
||||
|
||||
portrule = shortport.port_or_service(8332, "http")
|
||||
portrule = shortport.portnumber(8332)
|
||||
|
||||
-- JSON-RPC helpers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue