Skip to content

Commit f28520f

Browse files
authored
Update README.md
1 parent 24f5d2d commit f28520f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/generic/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,22 @@
7373
```bash
7474
xray webscan --plugins phantasm --poc /home/test/1.yaml --url http://example.com/
7575
```
76+
77+
`--poc` 参数非常灵活,支持 Glob 匹配,支持从目录加载,可以从以下几个例子理解用法:
78+
79+
加载 `/home/test/pocs/` 所有的 POC:
80+
```bash
81+
xray webscan --plugins phantasm --poc "/home/test/pocs/*"
82+
```
83+
84+
加载 `/home/test/pocs/` 下包含 thinkphp 的 POC
85+
```bash
86+
xray webscan --plugins phantasm --poc "/home/test/pocs/*thinkphp*"
87+
```
88+
7689
自定义 POC 请查看文档。
7790

91+
7892

7993
## 🛠 检测模块
8094

0 commit comments

Comments
 (0)