35 lines
912 B
YAML
35 lines
912 B
YAML
id: openemr-detect
|
|
|
|
info:
|
|
name: OpenEMR Product Registration Panel - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: OpenEMR Product Registration panel was detected.
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.html:"OpenEMR"
|
|
fofa-query: app="OpenEMR"
|
|
tags: panel,openemr
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/interface/login/login.php?site=default"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"title":"OpenEMR Product Registration"'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022055447ec3d7db617bdc7596e64e5233f4b69463fd2c30a457c105452c9e797d79022100f8943efff12a4fee420a4fd0651627fc7a4599288fffb0a68881f16d218c056b:922c64590222798bb761d5b6d8e72950
|