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

28 lines
548 B
YAML

id: api-debounce
info:
name: DeBounce API Test
author: 0ri2N
severity: info
reference:
- https://developers.debounce.io/reference/api-key-authentication
- https://debounce.io
tags: debounce,token-spray
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://api.debounce.io/v1/?api={{token}}&email=test@interact.sh"
matchers:
- type: word
part: body
words:
- '"balance":'
- '"success":'
- '"debounce":'
condition: and