Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "SuperVPN Login Panel - Detect" module is designed to detect the presence of the SuperVPN login panel. SuperVPN is a software that provides virtual private network (VPN) services. This module focuses on identifying the login panel of SuperVPN.
This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by organiccrap.
The impact of detecting the SuperVPN login panel is primarily informational. It does not indicate any specific vulnerabilities or risks, but rather confirms the presence of the login panel for further analysis or investigation.
The "SuperVPN Login Panel - Detect" module works by sending an HTTP GET request to the "/admin/login.html" path. It then checks the response body for the presence of the "" string. If this string is found, the module considers the login panel to be detected.
Here is an example of the HTTP request sent by the module:
GET /admin/login.html
The module uses a single matching condition, which checks if the response body contains the specified string. If the condition is met, the module reports the detection of the SuperVPN login panel.