Skip to content

Claris FileMaker WebDirect Panel - Detect

ID: claris-filemaker-webdirect

Severity: info

Author: DhiyaneshDK

Tags: panel,edb

Claris FileMaker WebDirect panel was detected.

id: claris-filemaker-webdirect
info:
name: Claris FileMaker WebDirect Panel - Detect
author: DhiyaneshDK
severity: info
description: Claris FileMaker WebDirect panel was detected.
reference:
- https://www.exploit-db.com/ghdb/5669
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"Claris FileMaker WebDirect"
tags: panel,edb
http:
- method: GET
path:
- '{{BaseURL}}/fmi/webd/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Claris FileMaker WebDirect</title>'
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200
# digest: 4b0a00483046022100a19bbeeb6cecaf52aa1fba687e5a04593dc5be49627f9de3f8a8ee190cdc90a4022100acab00b26cd69dd866daa4e05d0a576b55c1280b31a317a0eec4dd1c547ec2d9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/claris-filemaker-webdirect.yaml"

View on Github