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

28 lines
487 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
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: sentry,tracing,tracking,monitoring,token-spray
2022-05-21 15:39:13 +00:00
self-contained: true
2023-10-14 11:27:55 +00:00
http:
2022-05-21 15:39:13 +00:00
- method: GET
path:
- "https://sentry.io/api/0/projects/"
2023-10-14 11:27:55 +00:00
2022-05-21 17:27:39 +00:00
headers:
2022-05-21 15:39:13 +00:00
Authorization: Bearer {{token}}
matchers:
- type: status
status:
- 200