nuclei-templates/http/exposed-panels/openemr-detect.yaml

35 lines
751 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.0
cwe-id: CWE-200
metadata:
max-request: 1
fofa-query: app="OpenEMR"
shodan-query: http.html:"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
# Enhanced by md on 2022/12/01