File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,20 @@ message PlugResult {
204
204
205
205
```
206
206
207
-
207
+ 插件可在conf中配置默认启动参数,示例中有一个getpass插件 默认参数为all
208
+ ```
209
+ [plug.getpass]
210
+ args = "all"
211
+
212
+ ```
213
+ 比如现在我想将doglite作为插件启动 则需要将doglite命名为plug_doglite_nps.exe放入plugins文件夹并在conf中配置参数如下
214
+ ```
215
+ [plug.doglite]
216
+ args = "-service xx.xx.xx.xx:xx -action socks5 -local :40004 -r"
217
+ ```
218
+ 在信息页点选该插件运行,或在命令行输入 start doglite 即可启动该插件。
219
+
220
+
208
221
## 更新
209
222
210
223
### v0.8
@@ -224,8 +237,7 @@ message PlugResult {
224
237
225
238
3、优化npu推送模式, 修复大量npc时的npu卡顿问题
226
239
227
- 4、新增进程注入命令 简单实现 CopySelf(copyself会报毒慎用...待优化)
228
- https://github.com/malware-unicorn/rusty-memory-loadlibrary/blob/9eddd40949515733239f94df6499d2cded08ec84/src/main.rs
240
+ 4、新增进程注入命令 简单实现 CopySelf
229
241
230
242
5、配置文件加密,配置分阶段加载。
231
243
You can’t perform that action at this time.
0 commit comments