36 lines
893 B
YAML
36 lines
893 B
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
vendor: netdata
|
|
product: netdata
|
|
max-request: 1
|
|
shodan-query: 'Server: NetData Embedded HTTP Server'
|
|
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: 4b0a0048304602210081e3ba0681a935ad6a300ed42377c830fa1bef7fde458efe97ba94f9282e8d4202210096f1846e626d9ee59b796a53fdef21db95ad66f1d5a893c8de3e1f02bccb1abe:922c64590222798bb761d5b6d8e72950
|