From d6767c5d46219d7eed4ee450abdd8cc8db20d0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Sat, 20 Dec 2025 18:02:54 +0800 Subject: [PATCH] Add files via upload --- README.md | 5 +++++ README_CN.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 794e9696..219ca305 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,11 @@ CyberStrikeAI ships with 100+ curated tools covering the whole kill chain: - **Web management** – create, update, delete knowledge items through the web UI, with category-based organization. - **Retrieval logs** – tracks all knowledge retrieval operations for audit and debugging. +**Quick Start (Using Pre-built Knowledge Base):** +1. **Download the knowledge database** – Download the pre-built knowledge database file from [GitHub Releases](https://github.com/Ed1s0nZ/CyberStrikeAI/releases). +2. **Extract and place** – Extract the downloaded knowledge database file (`knowledge.db`) and place it in the project's `data/` directory. +3. **Restart the service** – Restart the CyberStrikeAI service, and the knowledge base will be ready to use immediately without rebuilding the index. + **Setting up the knowledge base:** 1. **Enable in config** – set `knowledge.enabled: true` in `config.yaml`: ```yaml diff --git a/README_CN.md b/README_CN.md index 8bba2baf..43254d2e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -181,6 +181,11 @@ CyberStrikeAI 是一款 **AI 原生渗透测试协同体**,以 Go 编写,内 - **Web 管理**:通过 Web 界面创建、更新、删除知识项,支持分类管理。 - **检索日志**:记录所有知识检索操作,便于审计与调试。 +**快速开始(使用预构建知识库):** +1. **下载知识数据库**:从 [GitHub Releases](https://github.com/Ed1s0nZ/CyberStrikeAI/releases) 下载预构建的知识数据库文件。 +2. **解压并放置**:将下载的知识数据库文件(`knowledge.db`)解压后放到项目的 `data/` 目录下。 +3. **重启服务**:重启 CyberStrikeAI 服务,知识库即可直接使用,无需重新构建索引。 + **知识库配置步骤:** 1. **启用功能**:在 `config.yaml` 中设置 `knowledge.enabled: true`: ```yaml