Add files via upload

patch-1
Dominique RIGHETTO 2024-04-01 19:44:36 +02:00 committed by GitHub
parent 493b7e8a50
commit 7881c1b707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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'