2021-10-26 16:53:59 +00:00
|
|
|
id: openemr-detect
|
|
|
|
info:
|
2021-10-26 18:11:20 +00:00
|
|
|
name: OpenEMR Product Detect
|
2021-10-26 16:53:59 +00:00
|
|
|
author: pussycat0x
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
shodan-dork: 'app="OpenEMR"'
|
2021-10-26 18:11:20 +00:00
|
|
|
tags: panel,openemr
|
|
|
|
|
2021-10-26 16:53:59 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/interface/login/login.php?site=default"
|
2021-10-26 18:11:20 +00:00
|
|
|
|
2021-10-26 16:53:59 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2021-10-26 18:11:20 +00:00
|
|
|
part: body
|
2021-10-26 16:53:59 +00:00
|
|
|
words:
|
|
|
|
- '"title":"OpenEMR Product Registration"'
|
2021-10-26 18:11:20 +00:00
|
|
|
|
2021-10-26 16:53:59 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2021-10-26 18:11:20 +00:00
|
|
|
- 200
|