nuclei-templates/token-spray/api-adafruit-io.yaml

24 lines
453 B
YAML

id: api-adafruit-io
info:
name: Adafruit IO API Test
author: dwisiswant0
severity: info
reference: https://io.adafruit.com/api/docs/
tags: token-spray,adafruit
self-contained: true
requests:
- method: GET
path:
- "https://io.adafruit.com/api/v2/user"
headers:
X-AIO-Key: "{{token}}"
matchers:
- type: word
part: body
words:
- '"username":'
- '"id":'
condition: and