Ethical Hacking Automation

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

Fuel CMS Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#fuelcms#oss
Description

Fuel CMS Login Panel - Detect

What is the "Fuel CMS Login Panel - Detect" module?

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/fuel/login
Matching conditions
word: <title>FUEL CMS</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability