File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <img src =" https://img.shields.io/badge/Vue-3.x-green.svg " alt =" Vue " >
1010 <img src =" https://img.shields.io/badge/FastAPI-0.100+-red.svg " alt =" FastAPI " >
1111 <img src =" https://img.shields.io/badge/License-MIT-yellow.svg " alt =" License " >
12- <img src =" https://img.shields.io/badge/Version-1.8.46 -orange.svg " alt =" Version " >
12+ <img src =" https://img.shields.io/badge/Version-1.8.47 -orange.svg " alt =" Version " >
1313</p >
1414
1515<p align =" center " >
@@ -288,6 +288,13 @@ sqlmapWebUI/
288288
289289## 📝 更新日志
290290
291+ ### v1.8.47 (2026-03-26)
292+
293+ ** 修复 (扫描任务)**
294+ - 修复通过 Burp 插件提交扫描时代理连接超时问题
295+ - 根因:` apply_header_rules() ` 将全部请求头(含 ` Connection: keep-alive ` 、` Content-Length ` )写入 sqlmap 配置文件的 ` headers ` 选项,与请求文件 (` -r ` ) 中的 headers 重复,导致 ` Connection: keep-alive ` 绕过 sqlmap 的 ` parseRequestFile ` 过滤被强制添加,耗尽代理连接池
296+ - 现在 headers 仅通过请求文件传递,与命令行直接执行行为一致
297+
291298### v1.8.46 (2026-03-26)
292299
293300** 修复 (扫描任务)**
You can’t perform that action at this time.
0 commit comments