Skip to content

Sentry API Test

ID: api-sentry

Severity: info

Author: 0ri2N

Tags: sentry,tracing,tracking,monitoring,token-spray

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

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/token-spray/api-sentry.yaml"

View on Github