Ethical Hacking Automation

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

iXCache Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#ixcache#panel
Description

What is the "iXCache Login Panel - Detect?"

The "iXCache Login Panel - Detect" module is designed to detect the presence of the iXCache login panel. iXCache is a software used for caching and accelerating internet access. This module focuses on identifying the login panel specifically.

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

Author: ffffffff0x

Impact

The impact of detecting the iXCache login panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. Instead, it provides insight into the presence of the login panel, which can be useful for further analysis and assessment of the system.

How does the module work?

The "iXCache Login Panel - Detect" module works by sending HTTP requests and analyzing the responses to determine if the iXCache login panel is present. It uses specific matching conditions to identify the login panel:

- The module checks if the response body contains the HTML title tag "<title>iXCache</title>". - It also verifies if the response status code is 302 (Found), indicating a redirection.

By combining these matching conditions, the module can accurately detect the iXCache login panel.

Example HTTP request:

GET / HTTP/1.1
Host: example.com

Reference: https://www.panabit.com/cn/product/iXCache/

Metadata:

- Max request: 1 - FOFA query: app="iXCache"

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>iXCache</title>and
status: 302
On match action
Report vulnerability