nuclei-templates/exposed-panels/exolis-engage-panel.yaml

43 lines
992 B
YAML
Raw Normal View History

id: exolis-engage-panel
2022-11-22 17:57:44 +00:00
info:
name: Exolis Engage Panel - Detect
2022-11-22 17:57:44 +00:00
author: righettod
description: Exolis Engage panel was detected.
2022-11-22 17:57:44 +00:00
severity: info
reference:
2022-11-22 18:03:52 +00:00
- https://www.exolis.fr/en/solution-2/
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-22 17:57:44 +00:00
metadata:
verified: true
shodan-query: html:"engage - Portail soignant"
google-query: intitle:"engage - Portail soignant"
tags: panel,exolis,engage
2022-11-22 17:57:44 +00:00
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"
2022-11-22 17:57:44 +00:00
condition: or
- type: status
status:
- 200
# Enhanced by md on 2022/11/29