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

24 lines
490 B
YAML
Raw Normal View History

2021-12-01 23:45:38 +00:00
id: api-trello
info:
name: Trello API Test
author: daffainfo
severity: info
reference:
- https://developers.trello.com/
- https://github.com/daffainfo/all-about-apikey/blob/main/Business/Trello.md
tags: token-spray,trello
self-contained: true
requests:
- method: GET
path:
2021-12-02 06:28:07 +00:00
- "https://api.trello.com/1/members/me?key={{key}}&token={{token}}"
2021-12-01 23:45:38 +00:00
matchers:
- type: word
part: body
negative: true
words:
2021-12-02 06:28:07 +00:00
- 'invalid key'