Skip to content

Syfadis Xperience Login Panel - Detect

ID: syfadis-xperience-panel

Severity: info

Author: righettod

Tags: panel,syfadis,login,detect

Syfadis Xperience login panel was detected.

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:
verified: true
max-request: 1
fofa-query: title="Syfadis Xperience"
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'
# digest: 4b0a004830460221009c64d016512a3587d3990157692263a258eb043b1f693c114371fb67435748a2022100d07c43cbf4e902984f0b2d0fae27ddcfe539a3d9a1b53c9a5004b26789ac1128:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/syfadis-xperience-panel.yaml"

View on Github