36 lines
598 B
YAML
36 lines
598 B
YAML
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"
|
|
condition: or
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "login-page"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|