41 lines
903 B
YAML
41 lines
903 B
YAML
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
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
tags: panel,tech,skycaiji
|
|
|
|
requests:
|
|
- 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>'
|
|
|
|
# Enhanced by md on 2023/01/15
|