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

34 lines
681 B
YAML

id: mfiles-web-detect
info:
name: M-Files Web Panel Detect
author: Nodauf
severity: info
reference:
- https://www.m-files.com/about/trust-center/security-advisories/
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