From 4ed82adc8e231eab744e3dfe9bd50450a0be31c3 Mon Sep 17 00:00:00 2001 From: xaitx <56075300+xaitx@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:48:03 +0800 Subject: [PATCH] =?UTF-8?q?Update=20rules.go=20=E4=BF=AE=E6=AD=A3=E8=A7=84?= =?UTF-8?q?=E5=88=99=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正规则字段 --- WebScan/info/rules.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebScan/info/rules.go b/WebScan/info/rules.go index 939b981..1bc7335 100644 --- a/WebScan/info/rules.go +++ b/WebScan/info/rules.go @@ -17,13 +17,13 @@ type PocData struct { } var RuleDatas = []RuleData{ - {"宝塔", "body", "(app.bt.cn/static/app.png|安全入口校验失败|入口校验失败|href=\"http://www.bt.cn/bbs)"}, + {"宝塔", "code", "(app.bt.cn/static/app.png|安全入口校验失败|入口校验失败|href=\"http://www.bt.cn/bbs)"}, {"深信服防火墙类产品", "code", "(SANGFOR FW)"}, {"360网站卫士", "code", "(webscan.360.cn/status/pai/hash|wzws-waf-cgi|zhuji.360.cn/guard/firewall/stopattack.html)"}, {"360网站卫士", "headers", "(360wzws|CWAP-waf|zhuji.360.cn|X-Safe-Firewall)"}, {"绿盟防火墙", "code", "(NSFOCUS NF)"}, {"绿盟防火墙", "headers", "(NSFocus)"}, - {"Topsec-Waf", "index", `(",")`}, + {"Topsec-Waf", "code", `(",")`}, {"Anquanbao", "headers", "(Anquanbao)"}, {"BaiduYunjiasu", "headers", "(yunjiasu)"}, {"BigIP", "headers", "(BigIP|BIGipServer)"},