nuclei-templates/exposed-panels/riseup-panel.yaml

43 lines
815 B
YAML
Raw Normal View History

2022-11-28 18:48:15 +00:00
id: riseup-panel
info:
name: Rise Up Login Panel - Detect
2022-11-28 18:48:15 +00:00
author: righettod
severity: info
description: Rise Up login panel was detected.
2022-11-28 18:48:15 +00:00
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
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
# Enhanced by md on 2023/01/03