Ethical Hacking Automation

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

BoltCMS Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#bolt#cms#login
Description

BoltCMS Login Panel - Detect

What is the "BoltCMS Login Panel - Detect" module?

The "BoltCMS Login Panel - Detect" module is designed to detect the presence of the login panel in a website powered by BoltCMS. BoltCMS is a content management system that allows users to create and manage websites easily. 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 pose a direct security risk.

This module was authored by cyllective and daffainfo.

Impact

The impact of this module is minimal as it only detects the presence of the BoltCMS login panel. It does not perform any actions or exploit vulnerabilities.

How does the module work?

The module works by sending an HTTP GET request to the "/bolt/login" path of the target website. It then applies matching conditions to determine if the login panel is present.

The matching conditions include:

- Checking for specific HTML elements and attributes that are typically associated with the BoltCMS login panel, such as form action, logo image, favicon, stylesheets, and JavaScript files. - Verifying that the HTTP response status is 200, indicating a successful request.

If all the matching conditions are met, the module reports the detection of the BoltCMS login panel.

For more information about BoltCMS, you can visit their official GitHub repository.

Metadata: max-request: 1

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/bolt/login
Matching conditions
word: <form action="/bolt/login", <img class="...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability