Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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"