Skip to content

Rise Up Login Panel - Detect

ID: riseup-panel

Severity: info

Author: righettod

Tags: panel,riseup

Rise Up login panel was detected.

id: riseup-panel
info:
name: Rise Up Login Panel - Detect
author: righettod
severity: info
description: Rise Up login panel was detected.
reference:
- https://www.riseup.ai/en/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
tags: panel,riseup
http:
- method: GET
path:
- "{{BaseURL}}/Account/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "cfg.envRiseUp"
- "imgresize.riseup.ai"
- "content.riseup.ai"
condition: or
- type: word
part: body
words:
- "login-page"
- type: status
status:
- 200
# digest: 4a0a00473045022078ee910b8b1845c08c1f512d4a76221f83ed37a8dbf7a27b444e10d1947231cf022100e6b6119d488e3417c24d8d3d4daecf7ccc13fc8568ce91c6635de2604ef00257:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/riseup-panel.yaml"

View on Github