Skip to content

Commit 5766b2a

Browse files
author
ydhcui
committed
Update README.md
1 parent 156629f commit 5766b2a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,20 @@ message PlugResult {
204204
205205
```
206206

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+
208221
## 更新
209222

210223
### v0.8
@@ -224,8 +237,7 @@ message PlugResult {
224237

225238
3、优化npu推送模式, 修复大量npc时的npu卡顿问题
226239

227-
4、新增进程注入命令 简单实现 CopySelf(copyself会报毒慎用...待优化)
228-
https://github.com/malware-unicorn/rusty-memory-loadlibrary/blob/9eddd40949515733239f94df6499d2cded08ec84/src/main.rs
240+
4、新增进程注入命令 简单实现 CopySelf
229241

230242
5、配置文件加密,配置分阶段加载。
231243

0 commit comments

Comments
 (0)