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

24 lines
440 B
YAML

id: api-taiga
info:
name: Taiga API Test
author: dwisiswant0
reference: https://docs.taiga.io/api.html
severity: info
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:
- "token_not_valid"
negative: true