nuclei-templates/exposed-panels/mfiles-web-detect.yaml

41 lines
895 B
YAML

id: mfiles-web-detect
info:
name: M-Files Web Login Panel - Detect
author: Nodauf
severity: info
description: M-Files Web login panel was detected.
reference:
- https://www.m-files.com/about/trust-center/security-advisories/
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
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
# Enhanced by md on 2022/11/28