Skip to content

Commit d305cf4

Browse files
committed
docs: restructure operations directory and split large files
Phase 1 of documentation reorganization: - Move deployment.md to operations/ directory - Split post-exploitation.md (1,566 lines) into 10 functional files: - session-management.md (会话管理) - task-management.md (任务管理) - module-management.md (模块管理) - command-execution.md (命令执行) - system-info.md (系统信息) - service-management.md (服务管理) - wmi-operations.md (WMI 操作) - registry-operations.md (注册表操作) - file-operations.md (文件操作) - network-proxy.md (网络代理) - Create operations/post-exploitation/ subdirectory with README - Create operations/advanced/ subdirectory with README - Update operations/README.md as main guideline index - Update client/README.md to focus on architecture - Update server/README.md to focus on architecture operations/ is now the main operations guideline directory.
1 parent 565f046 commit d305cf4

17 files changed

Lines changed: 1701 additions & 1591 deletions

docs/client/README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
1-
# Client 使用文档
1+
# Client 架构与配置
22

3-
本目录包含 malice-network Client 的使用文档
3+
本目录包含 malice-network Client 的架构说明和配置文档
44

55
## 文档列表
66

77
- [命令总览](commands.md) - Client 命令参考
8-
- [会话管理](session-management.md) - 会话操作与管理
9-
- [后渗透操作](post-exploitation.md) - 后渗透命令完整手册
8+
- [配置说明](configuration.md) - Client 配置参考
109

11-
## 相关文档
10+
## Client 架构
11+
12+
Client 是 malice-network 的操作入口,提供 CLI/TUI 交互界面,负责:
13+
- 命令派发与会话管理
14+
- 插件加载与本地集成
15+
- MCP/LocalRPC 接口暴露
16+
17+
详细架构说明请参考 [系统架构](../architecture.md)
18+
19+
## 使用指南
1220

21+
关于 Client 的具体使用方法,请参考:
1322
- [快速开始](../getting-started.md) - 快速上手指南
23+
- [操作指南](../operations/) - 完整操作手册
24+
- [后渗透操作](../operations/post-exploitation/) - 后渗透操作指南
25+
26+
## 相关文档
27+
1428
- [架构概览](../architecture.md) - 系统架构说明
15-
- [Server 文档](../server/) - Server 端配置与管理
29+
- [Server 架构](../server/) - Server 端架构与配置
30+
- [开发文档](../development/) - 开发与扩展指南
31+

0 commit comments

Comments
 (0)