added verified , updated id name
parent
3c7cd075c9
commit
7155cfa6c1
|
@ -1,4 +1,4 @@
|
|||
id: besu-server
|
||||
id: besu-server-detect
|
||||
|
||||
info:
|
||||
name: Besu JSON-RPC HTTP Server Detect
|
||||
|
@ -12,6 +12,7 @@ info:
|
|||
metadata:
|
||||
max-request: 1
|
||||
shodan-query: product:"besu"
|
||||
verified: true
|
||||
tags: tech,besu,ethereum,web3,blockchain
|
||||
|
||||
http:
|
||||
|
@ -20,7 +21,6 @@ http:
|
|||
POST / HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/json
|
||||
Content-Length: 66
|
||||
|
||||
{"method":"web3_clientVersion","params":[],"id":1,"jsonrpc":"2.0"}
|
||||
|
||||
|
@ -37,4 +37,4 @@ http:
|
|||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- '(v[0-9.]+)'
|
||||
- '(v[0-9.]+)'
|
||||
|
|
Loading…
Reference in New Issue