diff --git a/http/misconfiguration/installer/openemr-setup-installer.yaml b/http/misconfiguration/installer/openemr-setup-installer.yaml new file mode 100644 index 0000000000..d4675908b6 --- /dev/null +++ b/http/misconfiguration/installer/openemr-setup-installer.yaml @@ -0,0 +1,31 @@ +id: openemr-setup-installer + +info: + name: OpenEMR Setup Installation Page - Exposure + author: DhiyaneshDK + severity: high + description: | + Detects exposed OpenEMR setup installation pages which could allow unauthorized access or information disclosure. + reference: + - https://www.open-emr.org/ + metadata: + verified: true + max-request: 1 + shodan-query: title:"OpenEMR Setup Tool" + tags: misconfig,install,exposure,openemr + +http: + - method: GET + path: + - "{{BaseURL}}/setup.php" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "OpenEMR Setup Tool" + + - type: status + status: + - 200