Log Detail

日志详情 #203

查看单条请求的检测结果、模型解释与原始内容。

时间 2026-04-06 11:36:10.350388
客户端 IP 127.0.0.1
攻击类型 sqli
置信度 0.95
误报状态 未标记

模型解释

检测器对本次请求的判定原因。

当前回退到规则检测模式,解码后的请求命中了特征 `union\s+select`,因此判定为 sqli。 模型未启用原因: onnx model not found: D:\WeChat\WeChat Files\wxid_l4jp8px0rsqs22\FileStorage\File\2026-04\正大\models\distilbert_waf.onnx; pytorch model load failed: stat: path should be string, bytes, os.PathLike or integer, not NoneType。

原始请求

GET /product?id=1 UNION SELECT username, password FROM users HTTP/1.1
Host: example.com

解码后请求

GET /product?id=1 UNION SELECT username, password FROM users HTTP/1.1
Host: example.com