2022-08-31 15:02:32 +00:00
|
|
|
id: mfiles-web-detect
|
|
|
|
|
|
|
|
info:
|
2022-11-29 14:52:46 +00:00
|
|
|
name: M-Files Web Login Panel - Detect
|
2022-08-31 15:02:32 +00:00
|
|
|
author: Nodauf
|
|
|
|
severity: info
|
2022-11-29 14:52:46 +00:00
|
|
|
description: M-Files Web login panel was detected.
|
2022-08-31 15:02:32 +00:00
|
|
|
reference:
|
|
|
|
- https://www.m-files.com/about/trust-center/security-advisories/
|
2022-11-29 14:52:46 +00:00
|
|
|
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-08-31 15:02:32 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"M-Files Web"
|
|
|
|
tags: panel,m-files
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
- "{{BaseURL}}/Login.aspx"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- '<title>(.*)M-Files Web(.*)</title>'
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'M-Files user'
|
|
|
|
- 'M-Files authentication'
|
|
|
|
condition: or
|
2022-11-29 14:52:46 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/11/28
|