Ethical Hacking Automation

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

AVideo Installer - Detect

By kannthu

High
Vidoc logoVidoc Module
#panel#install#avideo
Description

What is the "AVideo Installer - Detect" module?

The "AVideo Installer - Detect" module is a test case designed to detect the presence of the AVideo installer panel. AVideo is a specific software that this module targets. The severity of this module is classified as high, indicating that it identifies a potentially significant issue.

Impact

The impact of this module is to identify whether the AVideo installer panel is accessible. If the panel is accessible, it may indicate a misconfiguration or potential vulnerability in the AVideo software.

How the module works?

The "AVideo Installer - Detect" module works by sending an HTTP GET request to the "/install/index.php" path. It then applies two matching conditions to determine if the AVideo installer panel is present:

    - The module checks if the response body contains the HTML tag "<title>Install AVideo</title>". This indicates that the AVideo installer panel is present. - The module also checks if the HTTP response status is 200, indicating a successful request. This confirms that the AVideo installer panel is accessible.

If both matching conditions are met, the module reports a positive detection of the AVideo installer panel.

For example, the module sends an HTTP GET request to "/install/index.php". It then checks if the response body contains "<title>Install AVideo</title>" and if the response status is 200.

The "AVideo Installer - Detect" module is a valuable tool for identifying potential misconfigurations or vulnerabilities in the AVideo software.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/install/index.php
Matching conditions
word: <title>Install AVideo</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability