nuclei-templates/token-spray/api-coinlayer.yaml

27 lines
583 B
YAML

id: api-coinlayer
info:
name: Coinlayer API Test
author: daffainfo
severity: info
description: Real-time Crypto Currency Exchange Rates
reference:
- https://coinlayer.com/documentation
- https://github.com/daffainfo/all-about-apikey/tree/main/coinlayer
tags: token-spray,coinlayer
self-contained: true
requests:
- method: GET
path:
- "https://api.coinlayer.com/live?access_key={{token}}"
matchers:
- type: word
part: body
words:
- '"success"'
- '"terms"'
- '"privacy"'
condition: and