diff --git a/exposed-panels/contao-login-panel b/exposed-panels/contao-login-panel new file mode 100644 index 0000000000..f642fa76f0 --- /dev/null +++ b/exposed-panels/contao-login-panel @@ -0,0 +1,29 @@ +id: contao-login-panel + +info: + name: Contao Login Panel + author: princechaddha + severity: info + metadata: + verified: true + shodan-query: http.html:"Contao Open Source CMS" + tags: panel,contao + +requests: + - method: GET + path: + - "{{BaseURL}}" + - "{{BaseURL}}/contao/login" + + stop-at-first-match: true + matchers-condition: and + matchers: + + - type: word + part: body + words: + - "Contao Open Source CMS" + + - type: status + status: + - 200