mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
28 lines
680 B
YAML
28 lines
680 B
YAML
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
|
|
tags: sentry,tracing,tracking,monitoring,token-spray
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://sentry.io/api/0/projects/"
|
|
|
|
headers:
|
|
Authorization: Bearer {{token}}
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502201da6c1736b65673b7aac911f610a08100ebb214fbe77ec367ccb5e1e23dea45a0221008429564f2fb6f3598fbc80eac8797079d40549df958b92eb6f83f1e867260591:922c64590222798bb761d5b6d8e72950 |