33 lines
614 B
YAML
33 lines
614 B
YAML
|
id: claris-filemaker-webdirect
|
||
|
|
||
|
info:
|
||
|
name: Claris FileMaker WebDirect
|
||
|
author: DhiyaneshDK
|
||
|
severity: info
|
||
|
reference: https://www.exploit-db.com/ghdb/5669
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-dork: title:"Claris FileMaker WebDirect"
|
||
|
tags: panel
|
||
|
|
||
|
requests:
|
||
|
- 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
|