Skip to content

Commit

Permalink
更新版本号为1.4.0;更新说明文档和部分截图
Browse files Browse the repository at this point in the history
  • Loading branch information
vaycore committed Nov 7, 2023
1 parent 27098fa commit 2404d19
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ C:\Users\<用户名>\.config\OneScan\
- `Exclude Header` 开关排除请求头(默认禁用),根据 `Request -> Exclude header` 里的配置,排除请求头中对应的值
- `Replace Header` 开关请求头替换(默认启用),使用 `Request -> Header` 中配置的请求头请求数据
- `DirScan` 开关递归扫描(默认启用),对目标进行递归扫描
- `Merge Payload Processing` 开关合并目录扫描与Payload Processing扫描(默认启用),关闭后发送请求数量将多一倍
- `Payload Processing` 开关 Payload Processing 功能(默认启用)
- `Filter` 设置数据过滤规则
- `Import url` 导入 Url 目标进行扫描
- `Stop` 停止正在扫描的任务
Expand Down
Binary file modified imgs/config_payload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgs/main_panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgs/main_panel_test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>burp.vaycore</groupId>
<artifactId>onescan</artifactId>
<version>1.3.7</version>
<version>1.4.0</version>

<properties>
<plugin.name>OneScan</plugin.name>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/burp/vaycore/onescan/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ public interface Constants {

// 插件信息
String PLUGIN_NAME = "OneScan";
String PLUGIN_VERSION = "1.3.7";
String PLUGIN_VERSION = "1.4.0";
boolean DEBUG = false;

// 插件启动显示的信息
String BANNER = "" +
"#################################\n" +
" " + PLUGIN_NAME + " v" + PLUGIN_VERSION + "\n" +
" Author: One\n" +
" Author: 0ne_1\n" +
" Developer: vaycore\n" +
" Developer: Rural.Dog\n" +
" Github: https://github.com/vaycore/OneScan\n" +
Expand Down

0 comments on commit 2404d19

Please sign in to comment.