nuclei-templates/http/exposed-panels/syfadis-xperience-panel.yaml

34 lines
769 B
YAML
Raw Normal View History

2024-04-01 17:44:36 +00:00
id: syfadis-xperience-panel
info:
name: Syfadis Xperience Login Panel - Detect
author: righettod
severity: info
description: |
Syfadis Xperience login panel was detected.
reference:
- https://syfadis.fr/xperience
metadata:
max-request: 1
verified: true
tags: panel,syfadis,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/Directory/Login/Login.aspx"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "syfadis xperience", "syfadis.supervision.browsersupport") && contains(to_lower(body), "loginpage")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'ajaxz/([0-9.]+)/Common'