Skip to content

Commit bda978b

Browse files
committed
up
1 parent c8bc640 commit bda978b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

develop.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
2.脚本中的target统一设置为`sys.argv[1]`,`sys.argv[1]`的值为目标url
99

10-
3.github贡献插件地址为3xp10it项目的exps目录,也即https://github.com/3xp10it/exp10it/tree/master/exps
10+
3.github贡献插件地址为3xp10it项目的exps目录,也即[这里][1]
1111

1212
```
1313
# 目标url可为以下3种:
@@ -203,7 +203,7 @@ with futures.ThreadPoolExecutor(max_workers=15) as executor:
203203

204204
#### 0x04 已有插件列表
205205

206-
已有插件目录在[这里][2],目前如下,最新列表以链接中具体情况为准
206+
已有插件目录在[这里][1],目前如下,最新列表以链接中具体情况为准
207207

208208
```
209209
cmdi ===> 命令注入漏洞
@@ -225,8 +225,8 @@ weblogic ===> weblogic反序列化漏洞
225225

226226
#### 0x05 其它
227227

228-
3xp10it框架存入数据相关结构(在编写插件时一般用不到)在[这里][1]
228+
3xp10it框架存入数据相关结构(在编写插件时一般用不到)在[这里][2]
229229

230230

231-
[1]: https://github.com/3xp10it/exp10it/blob/master/store.md
232-
[2]: https://github.com/3xp10it/exp10it/tree/master/exps
231+
[1]: https://github.com/3xp10it/exp10it/tree/master/exps
232+
[2]: https://github.com/3xp10it/exp10it/blob/master/store.md

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ b)支持功能列表
4545
- weblogic远程命令执行
4646
- 命令注入漏洞
4747
- 本地文件包含
48+
- (最新列表在[这里][2])...
4849

4950
- 爬虫模块
5051
- 目标网站脚本类型检测
@@ -268,3 +269,4 @@ A2:要保证能直接ping通google证明可以绕过GFW,有些domain不连vpn会
268269
```
269270

270271
[1]: develop.md
272+
[2]: https://github.com/3xp10it/exp10it/tree/master/exps

0 commit comments

Comments
 (0)