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

25 lines
460 B
YAML
Raw Normal View History

2021-10-25 00:16:24 +00:00
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:
2021-11-01 12:22:18 +00:00
- '"auth_code":'
- '"state":'
condition: and