Skip to content

Sentry Login Panel

ID: sentry-panel

Severity: info

Author: righettod

Tags: panel,sentry,login

Sentry login panel was detected.

id: sentry-panel
info:
name: Sentry Login Panel
author: righettod
severity: info
description: |
Sentry login panel was detected.
reference:
- https://sentry.io/
classification:
cpe: cpe:2.3:a:sentry:sentry:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: sentry
product: sentry
shodan-query:
- http.title:"Login | Sentry"
- http.title:"login | sentry"
fofa-query: title="login | sentry"
google-query: intitle:"login | sentry"
tags: panel,sentry,login
http:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 3
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "/sentry/") && contains(body, "Login")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)"current":\s*"([0-9a-z.-]+)"'
# digest: 4a0a00473045022055c2cc3f28c105b11da5b00fe0cf7457bdf6cc1b4f744ad5250c881235faa149022100c8fb200b013d392231bdb2fb563b4d20315206e6107adc6431002cfb62a22f06: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/exposed-panels/sentry-panel.yaml"

View on Github