refactor: 去掉WMIexec在默认执行的位置

This commit is contained in:
ZacharyZcR 2024-12-23 01:17:39 +08:00
parent 46f9ab84b1
commit 8f5d0caaf2

View File

@ -23,7 +23,7 @@ var pluginGroups = map[string][]string{
"oracle", "memcached", "elasticsearch", "rabbitmq", "kafka", "activemq", // 数据库类
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", // 服务类
"ms17010", "smbghost", "smb2", // 漏洞类
"findnet", "wmiexec", // 其他
"findnet", // 其他
},
ModeBasic: {
"web", "ftp", "ssh", "smb", "findnet",