Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Netdata Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#netdata
Description

What is the "Netdata Panel - Detect" module?

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

Impact

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.

How does the module work?

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"

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/api/v1/info
Matching conditions
status: 200and
word: application/jsonand
word: netdata
Passive global matcher
No matching conditions.
On match action
Report vulnerability