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

25 lines
567 B
YAML

id: api-trello
info:
name: Trello API Test
author: daffainfo
severity: info
description: Boards, lists and cards to help you organize and prioritize your projects
reference:
- https://developers.trello.com/
- https://github.com/daffainfo/all-about-apikey/tree/main/trello
tags: token-spray,trello
self-contained: true
requests:
- method: GET
path:
- "https://api.trello.com/1/members/me?key={{key}}&token={{token}}"
matchers:
- type: word
part: body
negative: true
words:
- 'invalid key'