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

26 lines
521 B
YAML
Raw Normal View History

2022-05-18 18:23:57 +00:00
id: api-debounce
info:
2022-05-18 18:25:47 +00:00
name: DeBounce API Test
2022-05-18 18:23:57 +00:00
author: 0ri2N
severity: info
reference:
2022-05-19 19:28:24 +00:00
- https://developers.debounce.io/reference/api-key-authentication
2022-05-18 18:23:57 +00:00
- https://debounce.io
2022-05-19 19:28:24 +00:00
tags: debounce,token-spray
2022-05-18 18:23:57 +00:00
self-contained: true
requests:
- method: GET
path:
- "https://api.debounce.io/v1/?api={{token}}&email=test@interact.sh"
2022-05-18 18:23:57 +00:00
matchers:
- type: word
part: body
words:
- '"balance":'
- '"success":'
- '"debounce":'
condition: and