From 24d8cc775cb0f9c7346886f89ec8383659a0c475 Mon Sep 17 00:00:00 2001 From: RichardTang <30547741+Richard-Tang@users.noreply.github.com> Date: Wed, 1 Sep 2021 22:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SprintBoot拼写错误,修正为SpringBoot。 --- WebScan/info/rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebScan/info/rules.go b/WebScan/info/rules.go index 510e542..5a7e992 100644 --- a/WebScan/info/rules.go +++ b/WebScan/info/rules.go @@ -156,7 +156,7 @@ var Md5Datas = []Md5Data{ {"致远OA", "3c8df395ec2cbd72782286d18a286a9a"}, {"致远OA", "2f761c27b6b7f9386bbd61403635dc42"}, {"齐治堡垒机", "48ee373f098d8e96e53b7dd778f09ff4"}, - {"SprintBoot", "0488faca4c19046b94d07c3ee83cf9d6"}, + {"SpringBoot", "0488faca4c19046b94d07c3ee83cf9d6"}, {"ThinkPHP", "f49c4a4bde1eec6c0b80c2277c76e3db"}, {"通达OA", "ed0044587917c76d08573577c8b72883"}, {"泛微OA", "41eca7a9245394106a09b2534d8030df"},