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

25 lines
459 B
YAML
Raw Normal View History

2021-10-25 00:29:54 +00:00
id: api-adafruit-io
info:
name: Adafruit IO API Test
author: dwisiswant0
severity: info
reference:
- https://io.adafruit.com/api/docs/
2021-10-25 00:29:54 +00:00
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:
2021-11-01 12:22:18 +00:00
- '"username":'
- '"id":'
condition: and