42 lines
1013 B
YAML
42 lines
1013 B
YAML
id: netdata-panel
|
|
|
|
info:
|
|
name: Netdata Panel - Detect
|
|
author: TechbrunchFR
|
|
severity: info
|
|
description: |
|
|
Netdata panel was detected.
|
|
reference:
|
|
- https://github.com/netdata/netdata
|
|
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
|
|
product: netdata
|
|
shodan-query: http.title:"netdata dashboard"
|
|
vendor: netdata
|
|
tags: panel,netdata
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/v1/info"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "netdata"
|
|
# digest: 4a0a00473045022100a203fc0a8594271aabdc5fe374e73d7d477d8d266a5228aad973bf40c6742bed022070825026dd54a98cdf7cb6df35bb5cf984a1f44e2ed6a02f162197989c185e15:922c64590222798bb761d5b6d8e72950 |