40 lines
941 B
YAML
40 lines
941 B
YAML
id: sentry-panel
|
|
|
|
info:
|
|
name: Sentry Login Panel
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Sentry login panel was detected.
|
|
reference:
|
|
- https://sentry.io/
|
|
metadata:
|
|
vendor: sentry
|
|
product: sentry
|
|
verified: true
|
|
shodan-query: "http.title:\"Login | Sentry\""
|
|
max-request: 1
|
|
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: 4a0a00473045022100b04d058d31690931f321b078a2ac12a98dbfae03861caadbc878766143783e2902207291a26d57c10aaa7dfedba3b543e898aa150509733c646e144fcd58a5758175:922c64590222798bb761d5b6d8e72950 |