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

27 lines
562 B
YAML
Raw Normal View History

2021-10-25 00:19:47 +00:00
id: api-dbt
info:
name: dbt Cloud API Test
author: dwisiswant0
severity: info
reference: https://docs.getdbt.com/docs/introduction
2021-10-25 00:19:47 +00:00
tags: token-spray,dbt
self-contained: true
requests:
- method: GET
path:
- "https://cloud.getdbt.com/api/v2/accounts/"
headers:
Content-Type: application/json
Authorization: Token {{token}}
matchers:
- type: word
part: body
words:
- "Invalid token"
- "Authentication credentials were not provided."
condition: or
2021-10-25 00:19:47 +00:00
negative: true