Ethical Hacking Automation

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

Total Web Solutions Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#edb
Description

What is the "Total Web Solutions Panel - Detect" module?

The "Total Web Solutions Panel - Detect" module is designed to detect the presence of the Total Web Solutions panel. This module is used to identify misconfigurations, vulnerabilities, or specific software fingerprints on websites.

The Total Web Solutions panel is a web-based control panel that allows users to manage their web hosting services. It is important to note that this module is informative and does not actively exploit any vulnerabilities.

This module has a severity level of "informative," which means it provides valuable information about the presence of the Total Web Solutions panel but does not pose an immediate security risk.

The original author of this module is dhiyaneshDK.

Impact

The impact of detecting the Total Web Solutions panel is primarily informational. It helps website owners and administrators identify if their website is using the Total Web Solutions panel for web hosting management.

How does the module work?

The "Total Web Solutions Panel - Detect" module works by sending HTTP requests to the target website and applying specific matching conditions to determine if the Total Web Solutions panel is present.

One of the matching conditions used by this module is checking for the presence of the HTML title tag containing the text "Total Web Solutions." Additionally, it verifies that the HTTP response status code is 200, indicating a successful request.

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

GET / HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner

If both matching conditions are met, the module reports the detection of the Total Web Solutions panel.

For more information, you can refer to the Exploit Database.

Metadata:

- max-request: 1 - verified: true - google-query: intitle:"Total Web Solutions"

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Total Web Solutions</title>and
status: 200
On match action
Report vulnerability