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

25 lines
486 B
YAML

id: openemr-detect
info:
name: OpenEMR Product Detect
author: pussycat0x
severity: info
metadata:
shodan-dork: 'app="OpenEMR"'
tags: panel,openemr
requests:
- 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