Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The Turbo Website Reviewer Installer Panel is a module designed to detect misconfigurations in the Turbo Website Reviewer software. It is a high severity module that aims to identify vulnerabilities in the installation panel of the software.
This module was authored by tess.
If a misconfiguration is detected in the Turbo Website Reviewer Installer Panel, it could potentially expose sensitive information or allow unauthorized access to the installation panel. This could lead to further exploitation of the software or compromise the security of the website.
The module works by sending HTTP requests to the target website and matching the responses against predefined conditions. In the case of the Turbo Website Reviewer Installer Panel module, it sends a GET request to the "/admin/install/install.php" path.
The module then checks if the response body contains the words "Turbo Website Reviewer | Installer panel" and ">Admin!
", the response header includes "text/html", and the response status is 200.If all the matching conditions are met, the module reports a vulnerability.
Example HTTP request:
GET /admin/install/install.php
Matching conditions:
- The response body contains the words "Turbo Website Reviewer | Installer panel" and ">Admin! - The response header includes "text/html" - The response status is 200This module helps identify potential misconfigurations in the Turbo Website Reviewer Installer Panel, allowing website owners to take appropriate actions to secure their installations.