Ethical Hacking Automation

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

IceWarp Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#icewarp#panel
Description

What is the "IceWarp Login Panel - Detect?"

The "IceWarp Login Panel - Detect" module is designed to detect the presence of the IceWarp login panel. IceWarp is a software that provides email, messaging, and collaboration solutions. This module focuses on identifying the login panel specifically.

This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

The original author of this module is ritikchaddha.

Impact

This module does not have any direct impact as it is an informative module. It simply detects the presence of the IceWarp login panel and does not perform any actions beyond that.

How does the module work?

The "IceWarp Login Panel - Detect" module works by sending an HTTP GET request to the "/webmail/" path. It then applies two matching conditions to determine if the IceWarp login panel is present:

- The first matching condition checks if the response header contains the word "IceWarp". - The second matching condition verifies if the response status is 200 (OK).

If both matching conditions are met, the module reports that the IceWarp login panel has been detected.

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

GET /webmail/ HTTP/1.1
Host: [target_host]

Note: Replace "[target_host]" with the actual target host.

For more information, you can refer to the module's metadata:

- max-request: 1 - verified: true - shodan-query: title:"icewarp"

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/webmail/
Matching conditions
word: IceWarpand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability