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

31 lines
688 B
YAML
Raw Normal View History

2022-04-18 06:56:04 +00:00
id: api-coinranking
info:
name: Coinranking API Test
author: daffainfo
severity: info
description: Live Cryptocurrency data
2022-04-18 06:56:04 +00:00
reference:
- https://developers.coinranking.com/api/documentation
- https://github.com/daffainfo/all-about-apikey/tree/main/coinranking
2022-04-18 06:56:04 +00:00
tags: token-spray,coinranking
metadata:
max-request: 1
2022-04-18 06:56:04 +00:00
self-contained: true
http:
2022-04-18 06:56:04 +00:00
- 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