Ethical Hacking Automation

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

Combodo iTop Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#itop
Description

What is the "Combodo iTop Login Panel - Detect?"

The "Combodo iTop Login Panel - Detect" module is designed to detect the presence of the Combodo iTop login panel. Combodo iTop is a software used for IT service management. This module focuses on identifying the login panel specifically.

The severity of this module is classified as informative, meaning it provides information rather than indicating a vulnerability or misconfiguration.

This module was authored by righettod.

Impact

This module does not have a direct impact on the system being scanned. It simply detects the presence of the Combodo iTop login panel, providing information about its existence.

How does the module work?

The "Combodo iTop Login Panel - Detect" module works by sending HTTP requests to specific paths on the target system. It checks for two matching conditions:

    - The response body contains the words "Welcome to iTop" or "iTop login". - The response status is 200 (OK).

If both conditions are met, the module considers the Combodo iTop login panel to be present.

Here is an example of an HTTP request sent by the module:

GET /pages/UI.php

The module then analyzes the response to determine if it matches the defined conditions.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/pages/UI.php/simple/pages/UI.php
Matching conditions
word: Welcome to iTop, iTop loginand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability