Commit 606cac4
committed
feat: 补 Joomla / Varnish 响应头识别
Joomla:补响应头识别,覆盖 x-content-encoded-by(真实 Joomla 旧版表头)、x-powered-cms(部分伪造样本会用)、x-generator 三条路径,放进 websitePrograms 后落在「网站程序」类目,遇到 spoof 场景(身份字段 ≥4)会被 markSpoofedHeaderDetections 一起降级到「低」并附伪造警示。
Varnish:扩展 via/x-cache 之外的命中点,新增 x-varnish:\s*\d 模式——真实 Varnish 的 XID 一定是十进制数,要求数字开头能挡住 x-varnish: gs60 这种非数字伪造值。
将版本号提升到 1.3.46。1 parent 134b9a2 commit 606cac4
3 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
| 232 | + | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| |||
0 commit comments