feat: 增加单独的Elasticsearch扫描

This commit is contained in:
ZacharyZcR
2024-12-22 02:31:56 +08:00
parent 2e3ccee2e0
commit 8be8f94d82
7 changed files with 137 additions and 5 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ var pluginGroups = map[string][]string{
ModeAll: {
"web", "fcgi", // web类
"mysql", "mssql", "redis", "mongodb", "postgres", // 数据库类
"oracle", "memcached", // 数据库类
"oracle", "memcached", "elasticsearch", // 数据库类
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", // 服务类
"ms17010", "smbghost", "smb2", // 漏洞类
"findnet", "wmiexec", // 其他
@@ -30,7 +30,7 @@ var pluginGroups = map[string][]string{
},
ModeDatabase: {
"mysql", "mssql", "redis", "mongodb",
"postgres", "oracle", "memcached",
"postgres", "oracle", "memcached", "elasticsearch",
},
ModeWeb: {
"web", "fcgi",