Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 2b41c19

Browse files
author
vaycore
committed
更新说明文档及截图,添加设置过滤规则配置说明;更新版本号0.5.2
1 parent cc36879 commit 2b41c19

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OneScan插件的思路由One哥提供,我负责将One哥的思路进行编码
88
文档存放在当前接口同路径下(或者更深层次目录)。OneScan插件的出现可以快速发现这类页面和接口,只需要配置对应的字典即可。
99

1010
> 参与开发人员:
11-
>
11+
>
1212
> - 主要开发: vaycore
1313
> - 后续更新功能: Rural.Dog
1414
> - 产品经理: 0ne_1
@@ -51,6 +51,20 @@ C:\Users\<用户名>\.config\OneScan\
5151
- `Enable ExcludeHeader` 开关排除请求头,启用时,根据 `Request -> Exclude header` 里的配置,排除请求头中对应的值
5252
- `Disable HeaderReplace` 开关请求头替换,启用时,不使用 `Request -> Header` 中配置的请求头请求数据
5353
- `Disable DirScan` 开关递归扫描,启用时,不对目标进行递归扫描
54+
- `Filter` 设置数据过滤规则
55+
56+
### 过滤规则配置
57+
58+
点击主面板的`Filter`按钮,打开设置过滤规则对话框(插件`0.5.2`版本新增功能)
59+
60+
![](imgs/setup_filter.png)
61+
62+
- `Select column` 选择要过滤的列
63+
- `Add filter` 为选中列添加过滤条件
64+
- `Clear` 清除选中列的所有过滤规则
65+
- `Reset` 重置所有过滤规则
66+
- `Cancel` 取消本次的所有变更
67+
- `OK` 使配置的规则生效
5468

5569
### 主动扫描
5670

imgs/main_panel.png

-81 KB
Loading

imgs/setup_filter.png

35.1 KB
Loading

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>burp.vaycore</groupId>
88
<artifactId>onescan</artifactId>
9-
<version>0.5.1</version>
9+
<version>0.5.2</version>
1010

1111
<properties>
1212
<plugin.name>OneScan</plugin.name>

0 commit comments

Comments
 (0)