diff --git a/http/exposed-panels/dashy-panel.yaml b/http/exposed-panels/dashy-panel.yaml new file mode 100644 index 00000000000..b894857a6a7 --- /dev/null +++ b/http/exposed-panels/dashy-panel.yaml @@ -0,0 +1,33 @@ +id: dashy-panel + +info: + name: Dashy Panel - Detect + author: ritikchaddha + severity: info + reference: + - https://dashy.to/ + metadata: + max-request: 1 + verified: true + shodan-query: http.favicon.hash:-1013024216 + tags: panel,dashy,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Dashy' + - 'content="Dashy' + - '/css/dashy.' + - 'web-icons/dashy-logo.png' + condition: and + + - type: status + status: + - 200