Add files via upload

patch-1
Dominique RIGHETTO 2024-02-02 15:14:04 +01:00 committed by GitHub
parent 888c7c347f
commit 7b72aba46c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: sentry-panel
info:
name: Sentry Login Panel
author: righettod
severity: info
description: |
Sentry login panel was detected.
reference:
- https://sentry.io/
metadata:
verified: true
shodan-query: http.title:"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.-]+)"'