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

27 lines
634 B
YAML

id: api-exchangerateapi
info:
name: ExchangeRate-API API Test
author: daffainfo
severity: info
description: Free currency conversion
reference:
- https://www.exchangerate-api.com/docs/overview
- https://github.com/daffainfo/all-about-apikey/tree/main/exchangerate-api
tags: token-spray,exchangerateapi
self-contained: true
requests:
- method: GET
path:
- "https://v6.exchangerate-api.com/v6/{{token}}/latest/USD"
matchers:
- type: word
part: body
words:
- '"time_next_update_utc"'
- '"base_code"'
- '"conversion_rates"'
condition: and