From b7269ba0ab995b003f8c7639f37e903e658ff392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E6=9C=89=E9=B1=BC=E5=90=8D=E4=B8=BA?= =?UTF-8?q?=E5=92=B8?= Date: Fri, 25 Nov 2022 22:53:59 +0800 Subject: [PATCH] add BpScan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 一款用于辅助渗透测试工程师日常渗透测试的Burp被动漏扫插件(SpringSpiderScan、Log4jScan和FastJsonScan) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5af0982..a672b07 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ > plugins目录下新增[awesome-burp-extensions的翻译版本](./plugins/awesome-burp-extensions) +- **BpScan** --- 一款用于辅助渗透测试工程师日常渗透测试的Burp被动漏扫插件(SpringSpiderScan、Log4jScan和FastJsonScan) [源处](https://github.com/EASY233/BpScan) - **BurpCRLFScan** --- 使用java编写的CRLF-Injection-burp被动扫描插件 [源处](https://github.com/A0WaQ4/BurpCRLFScan) - **JsonDetect** --- 支持被动扫描json,根据不同json库的特性识别出相应的json依赖库的burp插件 [源处](https://github.com/a1phaboy/JsonDetect) - **autoDecoder** --- 根据自定义来达到对数据包的处理(适用于加解密、爆破等),类似mitmproxy的burp插件 [源处](https://github.com/f0ng/autoDecoder)