日志详情 #202
查看单条请求的检测结果、模型解释与原始内容。
时间
2026-04-06 11:35:25.905652
客户端 IP
127.0.0.1
攻击类型
xss
置信度
0.95
误报状态
未标记
模型解释
检测器对本次请求的判定原因。
当前回退到规则检测模式,解码后的请求命中了特征 `<script`,因此判定为 xss。 模型未启用原因: 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 /search?q=<script>alert(document.cookie)</script> HTTP/1.1 Host: example.com User-Agent: Mozilla/5.0
解码后请求
GET /search?q=<script>alert(document.cookie)</script> HTTP/1.1 Host: example.com User-Agent: Mozilla/5.0