Ethical Hacking Automation

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

SuperVPN Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel
Description

What is the "SuperVPN Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/admin/login.html
Matching conditions
word: <title>Sign In-SuperVPN</title>
Passive global matcher
No matching conditions.
On match action
Report vulnerability