Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Nginx Proxy Manager Login Panel - Detect" module is designed to detect the presence of the Nginx Proxy Manager login panel. Nginx Proxy Manager is a software that allows users to manage Nginx proxy hosts and SSL certificates through a web interface. This module focuses on identifying the login panel specifically.
This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
Author: dhiyaneshDK
This module does not have a direct impact on the target system. It simply detects the presence of the Nginx Proxy Manager login panel, providing information about its existence.
The module works by sending an HTTP GET request to the "/login" path of the target system. It then applies two matching conditions to determine if the Nginx Proxy Manager login panel is present:
- The response body must contain the string "Nginx Proxy Manager</title>". - The response status code must be 200 (OK).If both conditions are met, the module reports the detection of the Nginx Proxy Manager login panel.
Example HTTP request:
GET /login
Matching conditions:
- Response body contains the string "Nginx Proxy Manager</title>". - Response status code is 200.