-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
208 lines (203 loc) · 6.53 KB
/
mkdocs.yml
File metadata and controls
208 lines (203 loc) · 6.53 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
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
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
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
- 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:
- 导航: index.md
- IoM:
- index: IoM/index.md
- Design: IoM/design.md
- Quickstart: IoM/quickstart.md
- Concept: IoM/concept.md
- RoadMap: IoM/roadmap.md
- Guideline:
- index: IoM/guideline/index.md
- 安装部署: IoM/guideline/deploy.md
- Listener: IoM/guideline/listener.md
- Payload: IoM/guideline/payload.md
- 后渗透基本操作: IoM/guideline/post_exploitation.md
- 内置插件: IoM/guideline/embed_mal.md
- 代理/隧道: IoM/guideline/proxy.md
- 高级用法:
- DumpLSASS: IoM/guideline/advance/DumpLSASS.md
- DomainFronting: IoM/guideline/advance/DomainFronting.md
- MultiServer: IoM/guideline/advance/Multi-Server.md
- Guardrail: IoM/guideline/advance/Guardrail.md
- DevelopGuide:
- index: IoM/guideline/develop/index.md
- mal快速入门: IoM/manual/mal/quickstart.md
- Server开发: IoM/guideline/develop/server.md
- Client开发: IoM/guideline/develop/client.md
- Implant开发: IoM/guideline/develop/implant.md
- Manual:
- index: IoM/manual/index.md
- client/server:
- index: IoM/manual/manual/index.md
- install&deploy: IoM/manual/manual/deploy.md
- listener: IoM/manual/manual/listener.md
- build: IoM/manual/manual/build.md
- client usage: IoM/manual/manual/client.md
- implant usage: IoM/manual/manual/implant.md
- mals插件生态:
- index: IoM/manual/mal/index.md
- embed: IoM/manual/mal/embed.md
- lua:
- builtin: IoM/manual/mal/builtin.md
- beacon: IoM/manual/mal/beacon.md
- rpc: IoM/manual/mal/rpc.md
# - events: IoM/mal/events.md
- mutant:
- tool: IoM/manual/mutant/malefic_mutant.md
- implant:
- index: IoM/manual/implant/index.md
- build: IoM/manual/implant/build.md
- modules: IoM/manual/implant/modules.md
- malefic-win-kit: IoM/manual/implant/win_kit.md
- integrate:
- index: IoM/manual/integrate/index.md
- SDK:
- index: IoM/manual/integrate/sdk/index.md
- Golang: IoM/manual/integrate/sdk/go.md
- Python(Untable): IoM/manual/integrate/sdk/python.md
- Typescript(Unstable): IoM/manual/integrate/sdk/typescript.md
- FFI: IoM/manual/integrate/ffi.md
- AI Integration: IoM/manual/integrate/ai.md
- Changelog:
- v0.1.2: blog/2025/11/10/IoM_v0.1.2/
- v0.1.1: blog/2025/07/09/IoM_v0.1.1/
- v0.1.0: blog/2025/04/14/IoM_v0.1.0/
- v0.0.4: blog/2025/01/02/IoM_v0.0.4/
- v0.0.3: blog/2024/11/20/IoM_v0.0.3/
- v0.0.2: blog/2024/09/23/IoM_v0.0.2/
- v0.0.1: blog/2024/08/16/IoM_introduce/
- 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