diff --git a/misconfiguration/dokuwiki-installer.yaml b/misconfiguration/dokuwiki-installer.yaml new file mode 100644 index 0000000000..8b8033844a --- /dev/null +++ b/misconfiguration/dokuwiki-installer.yaml @@ -0,0 +1,33 @@ +id: dokuwiki-installer + +info: + name: DokuWiki Install Exposure + author: DhiyaneshDk + severity: high + metadata: + verified: true + shodan-query: title:"DokuWiki" + tags: misconfig,dokuwiki,install + +requests: + - method: GET + path: + - "{{BaseURL}}/install.php" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "DokuWiki Installer" + - "Superuser" + condition: and + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200