42 lines
1006 B
YAML
42 lines
1006 B
YAML
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:
|
|
max-request: 1
|
|
product: sentry
|
|
shodan-query: http.title:"Login | Sentry"
|
|
vendor: sentry
|
|
verified: true
|
|
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: 4b0a004830460221009766ded4713dd510e2b3af18849fcc9795ae27b903eb6e7488a745c59a82f274022100a86366f8c648e40e68e94bc8a0719e62b4a02b94297bcd5283e84be368854134:922c64590222798bb761d5b6d8e72950 |