diff --git a/misconfiguration/installer/webasyst-installer.yaml b/misconfiguration/installer/webasyst-installer.yaml new file mode 100644 index 0000000000..6c2ddc7009 --- /dev/null +++ b/misconfiguration/installer/webasyst-installer.yaml @@ -0,0 +1,26 @@ +id: webasyst-installer + +info: + name: Webasyst Installer Exposure + author: ritikchaddha + severity: high + metadata: + verified: true + shodan-query: http.html:"Webasyst Installer" + tags: misconfig,webasyst,install + +requests: + - method: GET + path: + - '{{BaseURL}}' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Webasyst Installer' + + - type: status + status: + - 200