Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Netdata Panel - Detect" module is designed to detect the presence of the Netdata panel. Netdata is an open-source monitoring and troubleshooting tool that provides real-time insights into the performance and health of various systems and applications. This module focuses on identifying instances of the Netdata panel and provides informative results.
Severity: Informative
Author: TechbrunchFR
This module does not have any direct impact on the target system. It is purely designed to detect the presence of the Netdata panel and provide information about its existence.
The "Netdata Panel - Detect" module works by sending an HTTP GET request to the target system's "/api/v1/info" endpoint. It then applies a series of matching conditions to determine if the response indicates the presence of the Netdata panel.
Example HTTP request:
GET /api/v1/info
The module uses the following matching conditions:
- Status: The response status code must be 200. - Header: The response must contain the word "application/json" in the header. - Body: The response body must contain the word "netdata".If all the matching conditions are met, the module reports the detection of the Netdata panel.
Reference:
- https://github.com/netdata/netdata
Metadata:
max-request: 1
shodan-query: http.title:"netdata dashboard"