2024-02-22 00:55:04 +00:00
|
|
|
id: sentry-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Sentry Login Panel
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
2024-03-04 08:20:22 +00:00
|
|
|
Sentry login panel was detected.
|
2024-02-22 00:55:04 +00:00
|
|
|
reference:
|
|
|
|
- https://sentry.io/
|
2024-03-26 08:03:04 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:sentry:sentry:*:*:*:*:*:*:*:*
|
2024-02-22 00:55:04 +00:00
|
|
|
metadata:
|
2024-06-07 10:04:29 +00:00
|
|
|
verified: true
|
2024-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-04-08 11:34:33 +00:00
|
|
|
vendor: sentry
|
2024-06-07 10:04:29 +00:00
|
|
|
product: sentry
|
|
|
|
shodan-query:
|
|
|
|
- http.title:"Login | Sentry"
|
|
|
|
- http.title:"login | sentry"
|
|
|
|
fofa-query: title="login | sentry"
|
|
|
|
google-query: intitle:"login | sentry"
|
2024-02-22 00:55:04 +00:00
|
|
|
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.-]+)"'
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 490a0046304402200c5ce2c48e54f1c30eb9d159fbd4097be1b108ee1d9a3cd93ad79f79aaee8ac50220504dae905b038709c2c288c9f87efc0cc7af0bd0ee09b670bb6306c522433bb5:922c64590222798bb761d5b6d8e72950
|