Ethical Hacking Automation

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

SecurEnvoy Admin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#securenvoy
Description

SecurEnvoy Admin Login Panel - Detect

This module is designed to detect the SecurEnvoy admin login panel and report any vulnerabilities found. It targets the SecurEnvoy software, which is used for secure authentication and access control. The severity of this module is classified as informative.

Impact

The module aims to identify any misconfigurations or vulnerabilities in the SecurEnvoy admin login panel. By detecting potential weaknesses, it helps organizations ensure the security of their authentication and access control systems.

How the module works?

The module utilizes HTTP request templates and matching conditions to identify the SecurEnvoy admin login panel. It sends a GET request to the "/secadmin/" path and checks for the presence of the "" HTML tag in the response body. Additionally, it verifies that the response status is 200.

By combining these matching conditions, the module determines if the SecurEnvoy admin login panel is present and functioning properly. If any of the conditions fail, it indicates a potential misconfiguration or vulnerability.

Here is an example of the HTTP request sent by the module:

GET /secadmin/ HTTP/1.1
Host: [target_host]

The matching conditions used by the module are:

- Matcher 1: Check if the "" HTML tag is present in the response body. - Matcher 2: Verify that the response status is 200.

If both matchers evaluate to true, the module considers the SecurEnvoy admin login panel to be detected.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/secadmin/
Matching conditions
word: <base href="/secadmin/">and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability