Skip to content

SkyCaiji Admin Panel - Detect

ID: skycaiji-admin-panel

Severity: info

Author: princechaddha

Tags: panel,tech,skycaiji

SkyCaiji admin panel was detected.

id: skycaiji-admin-panel
info:
name: SkyCaiji Admin Panel - Detect
author: princechaddha
severity: info
description: SkyCaiji admin panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:skycaiji:skycaiji:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: skycaiji
product: skycaiji
tags: panel,tech,skycaiji
http:
- method: GET
path:
- "{{BaseURL}}/index.php?s=/admin/Index/index"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<p>Powered by <a href="https://www.skycaiji.com" target="_blank">'
- '<a href="/index.php?s=/Admin/Index/find_password">'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'com">SkyCaiji<\/a> ([A-Z0-9.]+) 后台管理<\/p>'
# digest: 490a004630440220787341b62157edfa179c43c268a83bc14dbf0cf59abf682b9b0e93903ba757ad022070d9d4995f5ca2a6271a5e0508130a3ab1b2b829b1bb682954c7d30bf858b2de:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/skycaiji-admin-panel.yaml"

View on Github