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

31 lines
688 B
YAML

id: api-coinranking
info:
name: Coinranking API Test
author: daffainfo
severity: info
description: Live Cryptocurrency data
reference:
- https://developers.coinranking.com/api/documentation
- https://github.com/daffainfo/all-about-apikey/tree/main/coinranking
tags: token-spray,coinranking
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
GET https://api.coinranking.com/v2/exchanges HTTP/1.1
Host: api.coinranking.com
x-access-token: {{token}}
matchers:
- type: word
part: body
words:
- '"exchanges"'
- '"coinrankingUrl"'
- '"uuid"'
condition: and