Skip to content

SkyCaiji - Exposed Installation

ID: skycaiji-install

Severity: high

Author: pikpikcu

Tags: tech,skycaiji,exposure,misconfig

SkyCaiji was discovered.

id: skycaiji-install
info:
name: SkyCaiji - Exposed Installation
author: pikpikcu
severity: high
description: SkyCaiji was discovered.
metadata:
max-request: 1
tags: tech,skycaiji,exposure,misconfig
http:
- method: GET
path:
- '{{BaseURL}}/index.php?s=/install/index/index'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>蓝天采集器 SkyCaiji 安装</title>'
- 'https://www.skycaiji.com'
- '<a href="/index.php?s=/Install/Index/step1" class="btn btn-lg btn-success">'
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502200dad45e1b752b640bac34744463b11caae91253fc5bd9ef492e4291ff01fa3d4022100c183aa5f82bea55e33a2ec14902f6359b81827127e326c5b1cbbb31c8e2a81b8: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/misconfiguration/skycaiji-install.yaml"

View on Github