Netdata Dashboard Panel - Detect
ID: netdata-dashboard-detect
Severity: info
Author: pussycat0x
Tags: netdata,panel,tech
Description
Section titled “Description”Netdata Dashboard panel was detected.
YAML Source
Section titled “YAML Source”id: netdata-dashboard-detect
info: name: Netdata Dashboard Panel - Detect author: pussycat0x severity: info description: Netdata Dashboard 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:netdata:netdata:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: netdata product: netdata shodan-query: - 'Server: NetData Embedded HTTP Server' - http.title:"netdata dashboard" - "server: netdata embedded http server" fofa-query: title="netdata dashboard" google-query: intitle:"netdata dashboard" tags: netdata,panel,tech
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - '<title>netdata dashboard</title>'
- type: status status: - 200# digest: 4a0a0047304502202541f7d380868269b62167f371569e2f5ad14145597e35072cd5b39017111d38022100812c808504d7abf0056583544b734f0134d498789a75b02005a8df7ab81e7ab2: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/netdata-dashboard-detected.yaml"