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

27 lines
658 B
YAML

id: api-currencyfreaks
info:
name: CurrencyFreaks API Test
author: daffainfo
severity: info
description: Provides current and historical currency exchange rates with free plan 1K requests/month
reference:
- https://currencyfreaks.com/documentation.html
- https://github.com/daffainfo/all-about-apikey/tree/main/currencyfreaks
tags: token-spray,currencyfreaks
self-contained: true
requests:
- method: GET
path:
- "https://api.currencyfreaks.com/latest?apikey={{token}}"
matchers:
- type: word
part: body
words:
- '"date"'
- '"base"'
- '"rates"'
condition: and