Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
F6JO committed Jun 4, 2022
1 parent ee2c755 commit d0fe754
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,31 @@ Burpsuite - Route Vulnerable scanning 递归式被动检测脆弱路径的burp



## 介绍

RouteVulScan是使用java语言基于burpsuite api开发的可以递归检测脆弱路径的burp插件。

插件可以通过被动扫描的方式,递归对每一层路径进行路径探测,并通过设定好的正则表达式匹配关键字,展示在VulDisplay界面。可以自定义相关路径、匹配信息与漏洞名称等。

<img src="./img/VulDisplay.jpg">

<img src="./img/config.jpg">



## 使用

* 装载插件:``` Extender - Extensions - Add - Select File - Next ```

* 初次装载插件会在burpsuite当前目录下生成Config_yaml.yaml配置文件,内置11条初始规则,也可在config标签页自行加载其他yaml规则文件。

* 使用Burpsuite IScannerCheck接口,在流量初次流经burp时进行扫描,重复流量不会进行扫描。

* 使用线程池增加扫描速度,默认线程10,可自行调节。



## 介绍

***

RouteVulScan是使用java语言基于burpsuite api开发的可以递归检测脆弱路径的burp插件

0 comments on commit d0fe754

Please sign in to comment.