Ethical Hacking Automation

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

Cacti Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#tech#cacti#login
Description

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

The "Cacti Login Panel - Detect" module is designed to detect the presence of the Cacti login panel. Cacti is a popular network monitoring and graphing tool. This module focuses on identifying the login panel specifically.

This module is an informative module, meaning it provides information about the presence of the Cacti login panel but does not detect any misconfigurations, vulnerabilities, or specific software versions.

Impact

The impact of this module is purely informative. It does not indicate any security risks or vulnerabilities. It simply provides information about the presence of the Cacti login panel.

How the module works?

The "Cacti Login Panel - Detect" module works by sending an HTTP GET request to the "/cacti/" path. It then applies a series of matching conditions to determine if the Cacti login panel is present.

The matching conditions include:

- Checking the HTTP response status code to ensure it is 200 (OK). - Searching for specific words in the response body, such as "<title>Login to Cacti</title>" and "The Cacti Group". - Applying a regular expression match on the response headers to check for the presence of the word "Cacti".

If all of these conditions are met, the module considers the Cacti login panel to be present.

It's important to note that this module does not perform any actions beyond detecting the presence of the login panel. It does not attempt to log in or exploit any vulnerabilities.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/cacti/
Matching conditions
status: 200and
word: <title>Login to Cacti</title>, The Cacti...and
regex: Cacti+
Passive global matcher
No matching conditions.
On match action
Report vulnerability