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

26 lines
462 B
YAML
Raw Normal View History

2021-10-25 00:16:24 +00:00
id: api-taiga
info:
name: Taiga API Test
author: dwisiswant0
severity: info
reference:
- https://docs.taiga.io/api.html
2021-10-25 00:16:24 +00:00
tags: token-spray,taiga
self-contained: true
http:
2021-10-25 00:16:24 +00:00
- 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