From 89ca4dfb26bc77fc0f73bc5d621a71ef30a8ba67 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 14 Aug 2023 10:14:56 +0530 Subject: [PATCH] added verified , updated id name --- http/technologies/nethermind-server-detect.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/technologies/nethermind-server-detect.yaml b/http/technologies/nethermind-server-detect.yaml index bfd4066601..450c6847de 100644 --- a/http/technologies/nethermind-server-detect.yaml +++ b/http/technologies/nethermind-server-detect.yaml @@ -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-_.]+)' \ No newline at end of file + - '(v[0-9a-z-_.]+)'