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

36 lines
598 B
YAML
Raw Normal View History

2022-11-28 18:48:15 +00:00
id: riseup-panel
info:
name: Rise Up Panel
author: righettod
severity: info
reference:
- https://www.riseup.ai/en/
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