diff --git a/exposed-panels/dataiku-panel.yaml b/exposed-panels/dataiku-panel.yaml new file mode 100644 index 0000000000..e6271fc004 --- /dev/null +++ b/exposed-panels/dataiku-panel.yaml @@ -0,0 +1,30 @@ +id: dataiku-panel + +info: + name: Dataiku Panel + author: DhiyaneshDk + severity: info + metadata: + verified: true + shodan-query: title:"dataiku" + tags: panel,dataiku + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + words: + - "Dataiku" + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200