Ethical Hacking Automation

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

SkyCaiji Admin Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#tech#skycaiji
Description

What is the "SkyCaiji Admin Panel - Detect" module?

The "SkyCaiji Admin Panel - Detect" module is designed to detect the presence of the SkyCaiji admin panel. This module is used to identify instances of the SkyCaiji admin panel, which is a web-based interface used for managing administrative tasks.

This module is classified as informative, meaning it provides information about the presence of the admin panel but does not indicate any specific vulnerabilities or misconfigurations.

This module was authored by princechaddha.

Impact

The impact of detecting the SkyCaiji admin panel is dependent on the specific configuration and usage of the panel. The presence of an admin panel may indicate that an application or website is using the SkyCaiji platform for administrative purposes.

How does the module work?

The "SkyCaiji Admin Panel - Detect" module works by sending an HTTP GET request to the "/index.php?s=/admin/Index/index" path of the target website. It then applies matching conditions to determine if the response indicates the presence of the SkyCaiji admin panel.

The matching conditions used by this module are:

- The response body contains the following words: "<p>Powered by <a href="https://www.skycaiji.com" target="_blank">" and "<a href="/index.php?s=/Admin/Index/find_password">". - The response status code is 200.

If both matching conditions are met, the module considers the SkyCaiji admin panel to be present.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/index.php?s=/admin/...
Matching conditions
word: <p>Powered by <a href="https://www.skyca...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability