mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-07 19:23:18 +08:00
* Add 27 workflow templates * fixed Artifactory workflow * Fixed Jetty workflow * Fixed Moodle workflow * Fixed Zabbix workflow * Fixed DedeCMS workflow * Fixed OFBiz workflow * Fixed rConfig workflow * Tag update for R-SeeNet workflow * Add 3 token-spray templates * format fixes Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
26 lines
545 B
YAML
26 lines
545 B
YAML
id: api-coinlayer
|
|
|
|
info:
|
|
name: Coinlayer API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://coinlayer.com/documentation
|
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Coinlayer.md
|
|
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
|