Add files via upload
parent
888c7c347f
commit
7b72aba46c
|
@ -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.-]+)"'
|
Loading…
Reference in New Issue