diff --git a/exposed-panels/kanboard-login.yaml b/exposed-panels/kanboard-login.yaml new file mode 100644 index 0000000000..69eea93f40 --- /dev/null +++ b/exposed-panels/kanboard-login.yaml @@ -0,0 +1,30 @@ +id: kanboard-login + +info: + name: Kanboard Login Panel + author: DhiyaneshDK + severity: info + description: A Kanboard login panel was detected. + classification: + cwe-id: CWE-200 + metadata: + verified: true + shodan-query: http.favicon.hash:2056442365 + tags: panel,kanboard + +requests: + - method: GET + path: + - '{{BaseURL}}' + + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + words: + - '/?controller=UserAjaxController&action=status' + + - type: status + status: + - 200