|
9 | 9 | <img src="https://img.shields.io/badge/Vue-3.x-green.svg" alt="Vue"> |
10 | 10 | <img src="https://img.shields.io/badge/FastAPI-0.100+-red.svg" alt="FastAPI"> |
11 | 11 | <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License"> |
12 | | - <img src="https://img.shields.io/badge/Version-1.8.41-orange.svg" alt="Version"> |
| 12 | + <img src="https://img.shields.io/badge/Version-1.8.49-orange.svg" alt="Version"> |
13 | 13 | </p> |
14 | 14 |
|
15 | 15 | <p align="center"> |
@@ -288,6 +288,81 @@ Please read the [Disclaimer](DISCLAIMER.md) before use. |
288 | 288 |
|
289 | 289 | ## 📝 Changelog |
290 | 290 |
|
| 291 | +### v1.8.49 (2026-03-27) |
| 292 | + |
| 293 | +**Documentation** |
| 294 | +- Comprehensive update of project documentation to reflect latest features |
| 295 | +- Updated README version numbers and changelogs in both Chinese and English |
| 296 | +- Updated user guide with Burp plugin command execution configuration details |
| 297 | +- Updated frontend About page version number |
| 298 | +- Updated Burp plugin help documentation |
| 299 | + |
| 300 | +### v1.8.48 (2026-03-27) |
| 301 | + |
| 302 | +**Fixes (CI/CD)** |
| 303 | +- Fixed GitHub Actions build Burp Legacy plugin `maven-clean-plugin:3.2.0` download 403 Forbidden error |
| 304 | +- Explicitly declared `maven-clean-plugin:3.4.0` in both Burp plugin pom.xml files |
| 305 | + |
| 306 | +**New Features (Burp Plugin)** |
| 307 | +- Added command execution configuration, support direct SQLMap scan execution in terminal |
| 308 | +- Added terminal window title rule configuration, support custom title extraction rules |
| 309 | +- Added command preview dialog, real-time preview of generated SQLMap commands |
| 310 | +- Added configuration import/export functionality for easy backup and sharing |
| 311 | + |
| 312 | +### v1.8.47 (2026-03-26) |
| 313 | + |
| 314 | +**Fixes (Scan Tasks)** |
| 315 | +- Fixed proxy connection timeout issue when submitting scans via Burp plugin |
| 316 | +- Root cause: `apply_header_rules()` wrote all request headers to sqlmap config file's `headers` option, conflicting with request file (`-r`) headers |
| 317 | +- Now headers are only passed through request file, consistent with command line execution behavior |
| 318 | + |
| 319 | +### v1.8.46 (2026-03-26) |
| 320 | + |
| 321 | +**Fixes (Scan Tasks)** |
| 322 | +- Fixed XML body truncation issue (Windows line endings causing Content-Length mismatch) |
| 323 | +- Removed Content-Length header, allowing sqlmap to auto-calculate based on actual body |
| 324 | +- Use binary mode to write request files, avoiding Windows automatic line ending conversion |
| 325 | +- Normalized body line endings to standard HTTP line endings |
| 326 | + |
| 327 | +**Improvements (Burp Plugin)** |
| 328 | +- Replaced manual JSON string concatenation with Gson/PayloadBuilder |
| 329 | +- Eliminated risks of incomplete escaping for special characters (e.g., XML content) |
| 330 | + |
| 331 | +### v1.8.45 (2026-03-26) |
| 332 | + |
| 333 | +**New Features (VulnShop Lab)** |
| 334 | +- Added logistics management module, support order shipping and tracking |
| 335 | +- Added shipping_handlers for logistics-related requests |
| 336 | +- Updated database structure, added logistics information table |
| 337 | +- Updated frontend interface, added logistics management page and styles |
| 338 | + |
| 339 | +**Fixes** |
| 340 | +- Fixed task_monitor.py related issues |
| 341 | +- Removed deprecated req.txt file |
| 342 | + |
| 343 | +### v1.8.44 (2026-03-26) |
| 344 | + |
| 345 | +**New Features (Burp Plugin)** |
| 346 | +- Added command execution configuration, support custom SQLMap command execution methods |
| 347 | +- Added command execution configuration panel with visual configuration interface |
| 348 | +- Added command execution help dialog with detailed configuration instructions |
| 349 | +- Added request title extraction, support extracting custom titles from requests |
| 350 | +- Added title rule management, support creating, editing, deleting title extraction rules |
| 351 | +- Added title rule test dialog, support real-time testing of rule effects |
| 352 | +- Added command preview dialog, support previewing generated SQLMap commands |
| 353 | +- Added direct execution configuration panel, support one-click scan execution |
| 354 | + |
| 355 | +**Refactoring (Burp Plugin)** |
| 356 | +- Removed deprecated clipboard configuration panel, replaced with more flexible command execution configuration |
| 357 | +- Refactored command executor to support configurable command execution |
| 358 | +- Refactored SQL command builder to enhance command building capabilities |
| 359 | +- Refactored title extractor to support multiple title source types and regex matching |
| 360 | + |
| 361 | +**Improvements (Burp Plugin)** |
| 362 | +- Optimized context menu integration, providing richer scan options |
| 363 | +- Improved configuration manager to support more configuration types |
| 364 | +- Optimized preset configuration database to support title rule storage |
| 365 | + |
291 | 366 | ### v1.8.41 (2026-02-28) |
292 | 367 |
|
293 | 368 | **Documentation** |
|
0 commit comments