File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ SQL Injection Scout 是一个用于 Burp Suite 的扩展,专为帮助安全研
4
4
5
5
---
6
6
7
- ## 💯 功能特性
8
- > 👏欢迎提需求
7
+ ## 💯 功能特性
9
8
10
9
- ** 被动检测SQL** :支持对 ` GET/POST ` 请求的参数进行 ` FUZZ ` 测试,支持 ` XML ` 、` JSON ` 、` FORM ` 表单数据格式。
11
10
- ** 最小化探测** :通过最小化的 ` payload ` 探测,减少对目标的影响。
@@ -20,15 +19,16 @@ SQL Injection Scout 是一个用于 Burp Suite 的扩展,专为帮助安全研
20
19
- ** 内置范围** :支持内置的 ` scope ` 范围设置。
21
20
- ** 延时扫描** :支持固定抖动+随机抖动发包检测,更精准规避 ` WAF ` 。
22
21
- ** 自定义扫描参数数量** :防止参数过多导致的性能问题或误报,默认` 30 `
22
+ - 🔥 ** ` Fuzz ` 隐藏参数` SQL ` 注入** : 支持用户插入隐藏参数列表,进行` FUZZ ` 测试
23
23
24
24
## ✅️ 安装
25
25
26
26
1 . 确保已安装 [ Burp Suite] ( https://portswigger.net/burp ) 。
27
- 2 . ~~ 下载或克隆此项目到本地: ~~
27
+ 2 . 下载或克隆此项目到本地:
28
28
``` bash
29
- git 暂时不发 😁
29
+ git clone https://github.com/JaveleyQAQ/SQL-Injection-Scout.git
30
30
```
31
- 3 . ~~ 使用 Gradle 构建项目:~~
31
+ 3 . 使用 Gradle 构建项目:
32
32
``` bash
33
33
cd SQL-Injection-Scout
34
34
./gradlew build
@@ -57,7 +57,6 @@ SQL Injection Scout 是一个用于 Burp Suite 的扩展,专为帮助安全研
57
57
- ** 二次确认注入** :提供二次确认存在注入的条目。
58
58
- ** 性能优化** :进一步优化扫描性能,减少资源消耗。
59
59
60
-
61
60
---
62
61
63
62
#### [ 🔥 Update History] ( CHANGELOG.md )
You can’t perform that action at this time.
0 commit comments