From 14aaa71cb18ad8c3aa90a2a38b0bc3545fa2834e Mon Sep 17 00:00:00 2001 From: yyhuni Date: Tue, 23 Dec 2025 19:09:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=9A=E6=89=AB=E6=8F=8F?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/apps/scan/configs/engine_config_example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/apps/scan/configs/engine_config_example.yaml b/backend/apps/scan/configs/engine_config_example.yaml index fc09d699..736424dd 100644 --- a/backend/apps/scan/configs/engine_config_example.yaml +++ b/backend/apps/scan/configs/engine_config_example.yaml @@ -139,10 +139,10 @@ vuln_scan: dalfox_xss: enabled: true timeout: auto # 自动计算(endpoints 行数 × 100 秒) - # request-timeout: 10 # 单个请求超时秒数 + request-timeout: 10 # 单个请求超时秒数 only-poc: r # 只输出 POC 结果(r: 反射型) ignore-return: "302,404,403" # 忽略的返回码 - # delay: 50 # 请求间隔(毫秒) + delay: 50 # 请求间隔(毫秒) worker: 30 # worker 数量 user-agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" # blind-xss-server: xxx # 盲打 XSS 回连服务地址