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