We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f5d2d commit f28520fCopy full SHA for f28520f
docs/generic/README.md
@@ -73,8 +73,22 @@
73
```bash
74
xray webscan --plugins phantasm --poc /home/test/1.yaml --url http://example.com/
75
```
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
86
+ xray webscan --plugins phantasm --poc "/home/test/pocs/*thinkphp*"
87
88
89
自定义 POC 请查看文档。
90
91
92
93
## 🛠 检测模块
94
0 commit comments