42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
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: 4b0a00483046022100f241fe0fdd11e80a3b2e7fcb5817c0ed58811d4dfc00243a2fc9dd910fde90410221009da7c4ce6723f893d9a8f6e04c0190d1d5439819ac11e45164036ed0b67481f2:922c64590222798bb761d5b6d8e72950
|