Update and rename technologies/mfiles-detect.yaml to exposed-panels/mfiles-web-detect.yaml

patch-1
Ritik Chaddha 2022-08-31 20:32:32 +05:30 committed by GitHub
parent 3ca721a149
commit cd435bad23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 28 deletions

View File

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

View File

@ -1,28 +0,0 @@
id: MFiles-Web-detect
info:
name: Detect M-Files Web
author: Nodauf
severity: info
tags: tech,M-Files
reference:
- https://www.m-files.com/about/trust-center/security-advisories/
requests:
- method: GET
path:
- "{{BaseURL}}/Login.aspx"
matchers:
- type: word
part: body
words:
- 'M-Files Web'
extractors:
- type: regex
name: version
part: body
group: 1
regex:
- 'config_minified\.css\?v=([0-9]{2}\.[0-9]{2}\.[0-9]+\.[0-9]+)'