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

26 lines
466 B
YAML

id: api-taiga
info:
name: Taiga API Test
author: dwisiswant0
severity: info
reference:
- https://docs.taiga.io/api.html
tags: token-spray,taiga
self-contained: true
requests:
- method: GET
path:
- "https://api.taiga.io/api/v1/application-tokens"
headers:
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"auth_code":'
- '"state":'
condition: and