Ethical Hacking Automation

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

Webasyst Installer Exposure

By kannthu

High
Vidoc logoVidoc Module
#misconfig#webasyst#install#exposure
Description

What is the "Webasyst Installer Exposure" module?

The "Webasyst Installer Exposure" module is a test case designed to detect a specific misconfiguration in the Webasyst Installer software. It focuses on identifying instances where the Webasyst Installer is exposed and accessible to unauthorized users. This module has a high severity level, indicating the potential risk associated with this misconfiguration.

This module was authored by ritikchaddha.

Impact

If the Webasyst Installer is exposed, it can pose a significant security risk. Unauthorized users may gain access to sensitive information or exploit vulnerabilities in the software, potentially leading to unauthorized access, data breaches, or other malicious activities.

How does the module work?

The "Webasyst Installer Exposure" module works by sending HTTP requests and evaluating the responses against specific matching conditions. It checks if the response body contains the phrase "Webasyst Installer" and if the HTTP status code is 200 (OK). If both conditions are met, the module considers the Webasyst Installer to be exposed.

Here is an example of an HTTP request that the module might send:

GET / HTTP/1.1
Host: example.com

The module matches the response body against the phrase "Webasyst Installer" and checks if the HTTP status code is 200.

Module preview

Concurrent Requests (0)
Passive global matcher
word: Webasyst Installerand
status: 200
On match action
Report vulnerability