From acb21c683048b7ffddfb4c15d35660d222870b53 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:52:17 +0800 Subject: [PATCH] add BurpCRLFScan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用java编写的CRLF-Injection-burp被动扫描插件 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e24e25e..5af0982 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ > plugins目录下新增[awesome-burp-extensions的翻译版本](./plugins/awesome-burp-extensions) +- **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) - **burp-text4shell** --- 用于CVE-2022-42889:Text4Shell 漏洞扫描burp插件[源处](https://github.com/silentsignal/burp-text4shell)