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

27 lines
608 B
YAML

id: api-holidayapi
info:
name: Holiday API Test
author: daffainfo
severity: info
description: Historical data regarding holidays
reference:
- https://holidayapi.com/docs
- https://github.com/daffainfo/all-about-apikey/tree/main/holiday-api
tags: token-spray,holidayapi
self-contained: true
requests:
- method: GET
path:
- "https://holidayapi.com/v1/holidays?pretty&key={{token}}&country=US&year=2020&language=EN"
matchers:
- type: word
part: body
words:
- '"holidays":'
- '"name":'
- '"date":'
condition: and