Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Graphite Browser Login Panel - Detect" module is designed to detect the presence of the Graphite Browser login panel. Graphite Browser is a software used for monitoring and graphing time-series data. This module focuses on identifying potential misconfigurations or vulnerabilities related to the login panel.
This module has an informative severity level, which means it provides valuable information but does not indicate a critical security issue.
Author: 0x_Akoko
The detection of the Graphite Browser login panel does not directly indicate any specific impact. However, it can help identify potential security risks or misconfigurations that may exist within the login panel. Further investigation is recommended to assess the impact and address any identified issues.
The module works by sending an HTTP GET request to the target URL and applying specific matching conditions to determine if the Graphite Browser login panel is present. The matching conditions include:
- Checking if the response body contains the HTML title tag "<title>Graphite Browser</title>
".
- Verifying that the HTTP response status code is 200 (OK).
If both matching conditions are met, the module considers the Graphite Browser login panel to be detected.
Example HTTP request:
GET /
Reference: https://graphiteapp.org/
Metadata:
- max-request: 1 - shodan-query:http.title:"Graphite Browser"