mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2025-12-06 14:59:18 +08:00
fix:修正检测内部修改weblog无效的问题
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
func IsScan(log innerbean.WebLog) bool {
|
||||
func IsScan(log *innerbean.WebLog) bool {
|
||||
url_keywords := []string{"sqlmap", "Appscan", "nessus", "Nessus", "nessus",
|
||||
"acunetix-wvs-test-for-some-inexistent-file", "acunetix_wvs_security_test",
|
||||
"acunetix", "acunetix_wvs"}
|
||||
|
||||
Reference in New Issue
Block a user