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

25 lines
459 B
YAML
Raw Normal View History

2022-05-21 15:39:13 +00:00
id: api-sentry
info:
name: Sentry API Test
author: 0ri2N
severity: info
reference:
- https://sentry.io
- https://docs.sentry.io
- https://docs.sentry.io/api/auth
tags: sentry,tracing,tracking,monitoring,token-spray
self-contained: true
requests:
- method: GET
path:
- "https://sentry.io/api/0/projects/"
2022-05-21 17:27:39 +00:00
headers:
2022-05-21 15:39:13 +00:00
Authorization: Bearer {{token}}
2022-05-21 17:24:37 +00:00
2022-05-21 15:39:13 +00:00
matchers:
- type: status
status:
- 200