36 lines
780 B
YAML
36 lines
780 B
YAML
id: exolis-engage-panel
|
|
|
|
info:
|
|
name: Exolis Engage Panel
|
|
author: righettod
|
|
severity: info
|
|
reference:
|
|
- https://www.exolis.fr/en/solution-2/
|
|
metadata:
|
|
verified: true
|
|
shodan-query: html:"engage - Portail soignant"
|
|
google-dork: intitle:"engage - Portail soignant"
|
|
tags: panel,exolis,engage
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/app.js"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "engage-specific-config"
|
|
- "engage-lastAppUserType"
|
|
- "engage-lastHelperPatientContext"
|
|
- "engage-preferred-language"
|
|
- "engageManager.admin"
|
|
- "engageManager.user"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|