Dataiku Panel - Detect
ID: dataiku-panel
Severity: info
Author: DhiyaneshDk
Tags: panel,dataiku
Description
Section titled “Description”Dataiku panel was detected.
YAML Source
Section titled “YAML Source”id: dataiku-panel
info: name: Dataiku Panel - Detect author: DhiyaneshDk severity: info description: Dataiku panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:dataiku:data_science_studio:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: title:"dataiku" product: data_science_studio vendor: dataiku tags: panel,dataiku
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word words: - "<title>Dataiku</title>"
- type: word part: header words: - "text/html"# digest: 4a0a00473045022100bf128433e95c55634f431ffa23fe76a823920faf94d781c8ddf33ea554db1e17022007677182e501749d329b117f3380d9c065698e7f4f09f03313b84d2ce08748cd:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/dataiku-panel.yaml"