2022-11-28 18:48:15 +00:00
|
|
|
id: riseup-panel
|
|
|
|
|
|
|
|
info:
|
2023-01-05 14:57:06 +00:00
|
|
|
name: Rise Up Login Panel - Detect
|
2022-11-28 18:48:15 +00:00
|
|
|
author: righettod
|
|
|
|
severity: info
|
2023-01-05 14:57:06 +00:00
|
|
|
description: Rise Up login panel was detected.
|
2022-11-28 18:48:15 +00:00
|
|
|
reference:
|
|
|
|
- https://www.riseup.ai/en/
|
2023-01-05 14:57:06 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-11-28 18:48:15 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
tags: panel,riseup
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/Account/login"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "cfg.envRiseUp"
|
|
|
|
- "imgresize.riseup.ai"
|
|
|
|
- "content.riseup.ai"
|
2022-12-01 11:41:30 +00:00
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "login-page"
|
2022-11-28 18:48:15 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-01-05 14:57:06 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/03
|