Skip to content

Commit 0f478a0

Browse files
committed
docs: 补充 Burp 插件功能特性说明到 README 和使用指南
- 在 README 功能特性中补充 Burp 插件命令执行、命令预览复制、终端标题规则等功能 - 在使用指南中新增命令预览与复制章节 - 同步更新中英文文档
1 parent 8f89a91 commit 0f478a0

4 files changed

Lines changed: 46 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,13 @@
7575

7676
### 扩展集成
7777
- **Burp Suite 插件**: 支持 Legacy API 和 Montoya API 两种版本
78-
- 右键菜单快速发送请求
78+
- 右键菜单快速发送请求到后端服务器
79+
- 右键菜单直接执行 SQLMap 扫描(本地终端执行)
7980
- 可配置扫描参数(Level、Risk、DBMS、Technique)
8081
- 支持默认配置和常用配置管理
82+
- 命令预览和复制到剪贴板
83+
- 终端窗口标题自定义规则
84+
- 配置导入导出功能
8185
- 活动日志记录
8286

8387
### VulnShop 漏洞靶场 🎯

README_EN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,13 @@ A modern SQLMap web interface that provides a convenient SQL injection testing p
7575

7676
### Extension Integration
7777
- **Burp Suite Plugin**: Supports both Legacy API and Montoya API versions
78-
- Right-click menu for quick request sending
78+
- Right-click menu to send requests to backend server
79+
- Right-click menu to execute SQLMap scan directly (local terminal execution)
7980
- Configurable scan parameters (Level, Risk, DBMS, Technique)
8081
- Default configuration and saved presets management
82+
- Command preview and copy to clipboard
83+
- Terminal window title customization rules
84+
- Configuration import/export functionality
8185
- Activity logging
8286

8387
### VulnShop Vulnerability Lab 🎯

doc/USAGE_GUIDE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,24 @@ mvn clean package -DskipTests
654654
3. 系统自动打开终端并执行 SQLMap 命令
655655
4. HTTP 请求会保存为临时文件,使用 `-r` 参数传递
656656

657+
#### 命令预览与复制
658+
659+
**v1.8.44+ 功能**
660+
661+
在发送请求前,可以预览和复制 SQLMap 命令:
662+
663+
1. 在 Burp 中右键请求,选择「Send to SQLMap WebUI (选择配置)...」
664+
2. 在配置选择对话框中,选择扫描参数
665+
3. 点击「预览命令」按钮:
666+
- 查看生成的完整 SQLMap 命令
667+
- 点击「复制到剪贴板」按钮复制命令
668+
- 可直接粘贴到终端手动执行
669+
670+
**使用场景**:
671+
- 需要手动调整命令参数后再执行
672+
- 需要在其他环境(如远程服务器)执行扫描
673+
- 想要学习和了解 SQLMap 命令行用法
674+
657675
#### 扫描参数
658676

659677
| 参数 | 说明 | 默认值 |

doc/USAGE_GUIDE_EN.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,24 @@ Command execution configuration allows direct SQLMap scan execution in local ter
648648
3. System automatically opens terminal and executes SQLMap command
649649
4. HTTP request is saved as temporary file, passed using `-r` parameter
650650

651+
#### Command Preview and Copy
652+
653+
**v1.8.44+ Feature**
654+
655+
Before sending a request, you can preview and copy the SQLMap command:
656+
657+
1. Right-click the request in Burp, select "Send to SQLMap WebUI (Select Config)..."
658+
2. In the configuration selection dialog, choose scan parameters
659+
3. Click "Preview Command" button:
660+
- View the generated complete SQLMap command
661+
- Click "Copy to Clipboard" button to copy the command
662+
- Can paste directly into terminal for manual execution
663+
664+
**Use Cases**:
665+
- Need to manually adjust command parameters before execution
666+
- Need to execute scan in other environments (e.g., remote server)
667+
- Want to learn and understand SQLMap command line usage
668+
651669
#### Scan Parameters
652670

653671
| Parameter | Description | Default |

0 commit comments

Comments
 (0)