Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Fuel CMS Login Panel - Detect" module is a test case designed to detect the presence of the Fuel CMS login panel. Fuel CMS is a popular open-source content management system (CMS) used for building websites and web applications. This module focuses on identifying the login panel specifically.
The severity of this module is classified as informative, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by Adam Crosser.
This module does not have a direct impact on the security or functionality of the Fuel CMS login panel. It is purely a detection module and does not perform any actions beyond identifying the presence of the login panel.
The "Fuel CMS Login Panel - Detect" module works by sending a GET request to the "/fuel/login" path of the target website. It then applies two matching conditions to determine if the Fuel CMS login panel is present:
- The module checks if the response body contains the HTML title tag "<title>FUEL CMS</title>
".
- The module verifies that the response status code is 200, indicating a successful request.
If both conditions are met, the module reports a positive detection of the Fuel CMS login panel.
It's important to note that this module does not perform any further actions or exploit any vulnerabilities. It solely focuses on identifying the login panel.