mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
有 transport 字段但 rules 是数组的 POC(如 apache-httpd-cve-2021-40438) 属于 fscan 格式,不应被 xray 分支兜底。移除错误的 fallback return, 让这类 POC 正确落入 fscan 格式检测分支。 修复前: 388个POC成功380个,失败8个 修复后: 388个POC成功388个,失败0个