From 2239c57f1b87fb75e32080fc37bd701a4f81f982 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: Mon, 31 Aug 2020 21:35:14 +0800 Subject: [PATCH] add FastjsonScan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 一个简单的Fastjson反序列化检测burp插件 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5ad9f40..cb13aaf 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ > plugins目录下新增[awesome-burp-extensions的翻译版本](./plugins/awesome-burp-extensions) +- **FastjsonScan** ---由阿信师傅开发的检测Fastjson反序列化的burp插件,[源码](https://github.com/Maskhe/FastjsonScan) +![](https://github.com/Maskhe/FastjsonScan/blob/master/images/json.png) - **BurpSuite-Xkeys** ---一款由国外师傅基于python编写的提取网页敏感信息插件,类似与前期推荐的年华师傅写的`IntelligentAnalysis-SSTVINFO`插件功能,欢迎体验使用。[下载以及详细说明](https://github.com/vsec7/BurpSuite-Xkeys) ![](https://raw.githubusercontent.com/vsec7/BurpSuite-Xkeys/master/Screenshot/result.png) - **passive-scan-client-and-sendto** ---一款burp被动扫描自动转发和手动重发插件,[点击下载](https://raw.githubusercontent.com/Mr-xn/BurpSuite-collections/master/plugins/passive-scan-client-and-sendto.jar),[详细介绍说明](https://github.com/Conanjun/passive-scan-client-and-sendto)