diff --git a/misconfiguration/installer/openmage-install.yaml b/misconfiguration/installer/openmage-install.yaml new file mode 100644 index 0000000000..c1dd6bb0a1 --- /dev/null +++ b/misconfiguration/installer/openmage-install.yaml @@ -0,0 +1,28 @@ +id: openmage-install + +info: + name: OpenMage Installation Wizard + author: DhiyaneshDk + severity: high + metadata: + verified: true + shodan-query: title:"OpenMage Installation Wizard" + tags: misconfig,openmage,install,exposure + +requests: + - method: GET + path: + - "{{BaseURL}}/index.php/install/" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "OpenMage Installation Wizard" + - "Welcome to OpenMage's Installation Wizard!" + condition: and + + - type: status + status: + - 200