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

24 lines
449 B
YAML
Raw Normal View History

2021-12-22 12:10:30 +00:00
id: api-coinlayer
info:
name: Coinlayer API Test
author: daffainfo
severity: info
reference: https://coinlayer.com/documentation
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