mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
switched capitalization from BitCoin to Bitcoin as the latter seems to be more standard
This commit is contained in:
parent
a338f78baa
commit
32850d5f66
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
description = [[
|
||||
Queries a BitCoin server for a list of known BitCoin nodes
|
||||
Queries a Bitcoin server for a list of known Bitcoin nodes
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
@ -61,4 +61,4 @@ action = function(host, port)
|
|||
end
|
||||
|
||||
return stdnse.format_output(true, tab.dump(response) )
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
description = [[
|
||||
Extracts version and node information from a BitCoin server
|
||||
Extracts version and node information from a Bitcoin server
|
||||
]]
|
||||
|
||||
---
|
||||
|
|
@ -60,4 +60,4 @@ action = function(host, port)
|
|||
table.insert(result, ("Lastblock: %s"):format(ver.lastblock))
|
||||
|
||||
return stdnse.format_output(true, result)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue