-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
268 lines (264 loc) · 9.64 KB
/
Copy pathmkdocs.yml
File metadata and controls
268 lines (264 loc) · 9.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
site_name: ChainReactor Wiki
site_description: chainreactors wiki
site_author: M09ic
site_url: https://wiki.chainreactors.red/
repo_url: https://github.com/chainreactors/
copyright: Copyright © 2025 ChainReactors
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/chainreactors
analytics:
provider: google
property: G-DCRVR86FG2
extra_css:
- assets/stylesheets/theme.css
theme:
features:
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- toc.integrate
- toc.follo
- navigation.top
- header.autohide
- search.share
- search.suggest
- search.highlight
name: material
custom_dir: overrides
logo: assets/logo.svg
favicon: assets/favicon.svg
palette:
- scheme: slate
primary: black
accent: red
toggle:
icon: material/brightness-7
name: 切换到亮色模式
- scheme: default
primary: red
accent: red
toggle:
icon: material/brightness-4
name: 切换到暗色模式
plugins:
- search
- blog:
blog_toc: true
# - print-site:
# exclude:
# - blog/*
# - gogo/*
# - spray/*
# - rem/*
# - zombie/*
# - libs/*
# - mapping/*
# - IoM/roadmap.md
# - index.md
# print_page_title: "IoM Wiki"
# print_page_basename: IoM_wiki
# add_table_of_contents: true
# add_print_site_banner: true
# add_to_navigation: true
# enabled: true
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- toc:
permalink: true
slugify: !!python/name:markdown.extensions.toc.slugify_unicode
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
auto_title: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- 导航: wiki.md
- IoM:
- Overview: IoM/index.md
- Getting Started:
- 快速开始: IoM/getting-started/index.md
- 核心概念: IoM/getting-started/concepts.md
- 设计目标: IoM/getting-started/design.md
- 路线图: IoM/getting-started/roadmap.md
- Changelog:
- v0.3.0: https://wiki.chainreactors.red/blog/2026/04/20/IoM_v0.3.0/
- v0.1.2: https://wiki.chainreactors.red/blog/2025/11/10/IoM_v0.1.2/
- v0.1.1: https://wiki.chainreactors.red/blog/2025/07/09/IoM_v0.1.1/
- v0.1.0: https://wiki.chainreactors.red/blog/2025/04/14/IoM_v0.1.0/
- v0.0.4: https://wiki.chainreactors.red/blog/2025/01/02/IoM_v0.0.4/
- v0.0.3: https://wiki.chainreactors.red/blog/2024/11/20/IoM_v0.0.3/
- v0.0.2: https://wiki.chainreactors.red/blog/2024/09/23/IoM_v0.0.2/
- v0.0.1: https://wiki.chainreactors.red/blog/2024/08/16/IoM_introduce/
- User Guide:
- 架构与配置: IoM/user-guide/index.md
- 命令行系统: IoM/user-guide/console.md
- 部署指南: IoM/user-guide/deployment.md
- Listener 与 Pipeline: IoM/user-guide/listener.md
- 构建与 Profile: IoM/user-guide/build.md
- 内置 MAL 操作: IoM/user-guide/embed-mal.md
- 快速开始: IoM/user-guide/client-quickstart.md
- 基础操作: IoM/user-guide/session-management.md
- Advanced:
- CDN 前置: IoM/user-guide/advanced/domain-fronting.md
- Dump LSASS: IoM/user-guide/advanced/dump-lsass.md
- Guardrail: IoM/user-guide/advanced/guardrail.md
- 多服务器连接: IoM/user-guide/advanced/multi-server.md
- REM 代理与隧道: IoM/user-guide/advanced/proxy.md
- Post Exploitation:
- 命令执行: IoM/user-guide/post-exploitation/command-execution.md
- 文件操作: IoM/user-guide/post-exploitation/file-operations.md
- 系统信息: IoM/user-guide/post-exploitation/system-info.md
- 服务管理: IoM/user-guide/post-exploitation/service-management.md
- 注册表操作: IoM/user-guide/post-exploitation/registry-operations.md
- WMI 操作: IoM/user-guide/post-exploitation/wmi-operations.md
- 网络代理: IoM/user-guide/post-exploitation/network-proxy.md
- 模块管理: IoM/user-guide/post-exploitation/module-management.md
- Reference:
- Commands:
- Client: IoM/reference/commands/client.md
- Implant: IoM/reference/commands/implant.md
- Community MAL: IoM/reference/commands/community.md
- Lua API:
- Builtin: IoM/reference/lua-api/builtin.md
- RPC: IoM/reference/lua-api/rpc.md
- Beacon: IoM/reference/lua-api/beacon.md
- Development:
- 开发总览: IoM/development/index.md
- 贡献指南: IoM/development/contributing.md
- 集成指南: IoM/development/integration.md
- Server:
- 开发指南: IoM/development/server/index.md
- CustomPipeline 开发手册: IoM/development/server/custom-pipeline.md
- Server 内部机制: IoM/development/server/internals.md
- Client 开发指南: IoM/development/client/index.md
- AI:
- MCP 集成: IoM/development/ai/index.md
- Agent 集成: IoM/development/ai/client-agent.md
- Agent Skill System: IoM/development/ai/agent-skills.md
- SDK:
- 概览: IoM/development/sdk/index.md
- Go: IoM/development/sdk/go.md
- Python: IoM/development/sdk/python.md
- TypeScript: IoM/development/sdk/typescript.md
- MAL 插件:
- 插件体系: IoM/development/mals/index.md
- 快速开始: IoM/development/mals/quickstart.md
- malefic:
- Malefic: malefic/index.md
- Getting Started:
- 快速开始: malefic/getting-started/index.md
- 架构设计 · 从 Starship 到 Malefic 的层层组装: malefic/getting-started/architecture.md
- Components:
- 主程序入口: malefic/getting-started/components/malefic.md
- Mutant: malefic/getting-started/components/mutant.md
- Prelude: malefic/getting-started/components/prelude.md
- ProxyDLL: malefic/getting-started/components/proxydll.md
- Pulse: malefic/getting-started/components/pulse.md
- Reactor: malefic/getting-started/components/reactor.md
- Runtime: malefic/getting-started/components/runtime.md
- SRDI: malefic/getting-started/components/srdi.md
- Win-Kit: malefic/getting-started/components/win-kit.md
- Build:
- 概览: malefic/build/index.md
- Malefic 构建: malefic/build/malefic.md
- 模块构建: malefic/build/modules.md
- Prelude 构建: malefic/build/prelude.md
- ProxyDLL 构建: malefic/build/proxydll.md
- Pulse 构建: malefic/build/pulse.md
- Reactor 构建: malefic/build/reactor.md
- Mutant:
- 工具概览: malefic/mutant/index.md
- Loader — 加载器生成: malefic/mutant/loader.md
- Patch — 运行时配置热补丁: malefic/mutant/patch.md
- PE Modify — PE 文件修改工具集: malefic/mutant/pe-modify.md
- 复测问题: malefic/mutant/retest-issues.md
- SigForge — PE 签名操作: malefic/mutant/sigforge.md
- Transform — Payload 编码与二进制转换: malefic/mutant/transform.md
- Develop:
- 概览: malefic/develop/index.md
- Third-Party Modules: malefic/develop/3rd-party.md
- ffi_library 宏: malefic/develop/ffi-library.md
- Win-Kit FFI: malefic/develop/ffi.md
- 多语言模块模板: malefic/develop/module-development.md
- 模块系统: malefic/develop/modules.md
- gogo:
- index: gogo/index.md
- 入门: gogo/start.md
- 设计: gogo/design.md
- 细节: gogo/concept.md
- 拓展: gogo/extension.md
- 实战: gogo/do.md
- spray:
- index: spray/index.md
- 入门: spray/start.md
- 设计: spray/design.md
- 细节: spray/concept.md
- 实战: spray/do.md
- zombie:
- index: zombie/index.md
- 入门: zombie/start.md
- 设计: zombie/design.md
- 拓展: zombie/extension.md
- rem:
- index: rem/index.md
- 入门: rem/usage.md
- 概念: rem/concept.md
- 设计: rem/design.md
- Changelog: rem/changelog.md
- libs:
- index: libs/index.md
- neutron:
- index: libs/neutron/index.md
- update: libs/neutron/update.md
- words:
- index: libs/words/index.md
- fingers:
- index: libs/fingers/index.md
- rule: libs/fingers/rule.md
- SDK: libs/fingers/sdk.md
- proxyclient:
- index: libs/proxyclient/index.md
- SDK: libs/proxyclient/sdk.md
- Preview:
- mapping:
- index: mapping/index.md
- design: mapping/design.md
- Blog:
- blog/index.md