added verified , updated id name
parent
783e5bf677
commit
89ca4dfb26
|
@ -1,4 +1,4 @@
|
|||
id: nethermind-server
|
||||
id: nethermind-server-detect
|
||||
|
||||
info:
|
||||
name: Nethermind JSON-RPC HTTP Server Detect
|
||||
|
@ -13,6 +13,7 @@ info:
|
|||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: product:"Nethermind"
|
||||
verified: true
|
||||
tags: tech,nethermind,ethereum,web3,blockchain
|
||||
|
||||
http:
|
||||
|
@ -21,7 +22,6 @@ http:
|
|||
POST / HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/json
|
||||
Content-Length: 66
|
||||
|
||||
{"method":"web3_clientVersion","params":[],"id":1,"jsonrpc":"2.0"}
|
||||
|
||||
|
@ -38,4 +38,4 @@ http:
|
|||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '(v[0-9a-z-_.]+)'
|
||||
- '(v[0-9a-z-_.]+)'
|
||||
|
|
Loading…
Reference in New Issue