nuclei-templates/http/token-spray/api-nownodes.yaml

32 lines
724 B
YAML

id: api-nownodes
info:
name: Nownodes API Test
author: daffainfo
severity: info
description: Blockchain-as-a-service solution that provides high-quality connection via API
reference:
- https://nownodes.io/
- https://github.com/daffainfo/all-about-apikey/tree/main/nownodes
tags: token-spray,nownodes
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
GET https://bsc-blockbook.nownodes.io/api HTTP/1.1
Host: bsc-blockbook.nownodes.io
api-key: {{token}}
Content-Type: application/json
matchers:
- type: word
part: body
words:
- '"coin":'
- '"host":'
- '"version":'
condition: and