diff --git a/http/misconfiguration/installer/quickcms-installer.yaml b/http/misconfiguration/installer/quickcms-installer.yaml new file mode 100644 index 0000000000..995f6539d8 --- /dev/null +++ b/http/misconfiguration/installer/quickcms-installer.yaml @@ -0,0 +1,29 @@ +id: quickcms-installer + +info: + name: QuickCMS Installation Wizard + author: DhiyaneshDK + severity: high + description: | + PMM is susceptible to the Installation page exposure due to misconfiguration. + metadata: + verified: true + max-request: 1 + shodan-query: html:"QuickCMS Installation" + tags: misconfig,exposure,install,quickcms + +http: + - method: GET + path: + - "{{BaseURL}}/install/" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "QuickCMS Installation" + + - type: status + status: + - 200