Files
nuclei-templates/token-spray/api-debounce.yaml
Prince Chaddha 7ada510859 Fixed possible FPs in open redirect templates (#4544)
* Fixed possible FPs in open redirect templates

We have replaced example.com with interact.sh since few domains redirect to example.com, which results in FP results.

* updated example domain

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2022-06-06 16:10:15 +05:30

26 lines
521 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
self-contained: true
requests:
- 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