diff --git a/exposed-panels/dplus-dashboard.yaml b/exposed-panels/dplus-dashboard.yaml new file mode 100644 index 0000000000..646cc7cd88 --- /dev/null +++ b/exposed-panels/dplus-dashboard.yaml @@ -0,0 +1,29 @@ +id: dplus-dashboard + +info: + name: DPLUS Dashboard Exposure + author: tess + severity: info + metadata: + verified: true + shodan-query: title:"DPLUS Dashboard" + tags: panel,dplus,exposure + +requests: + - method: GET + path: + - '{{BaseURL}}' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "DPLUS Dashboard" + - "Module A" + - "Module B" + condition: and + + - type: status + status: + - 200