feat: 增加Zabbix扫描

This commit is contained in:
ZacharyZcR
2024-12-23 03:30:13 +08:00
parent 1906acf551
commit 016dfa7889
7 changed files with 126 additions and 5 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ var pluginGroups = map[string][]string{
"web", "fcgi", // web类
"mysql", "mssql", "redis", "mongodb", "postgres", // 数据库类
"oracle", "memcached", "elasticsearch", "rabbitmq", "kafka", "activemq", // 数据库类
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3", "snmp", // 服务类
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3", "snmp", "zabbix", // 服务类
"ms17010", "smbghost", "smb2", // 漏洞类
"findnet", // 其他
},
@@ -37,7 +37,7 @@ var pluginGroups = map[string][]string{
"web", "fcgi",
},
ModeService: {
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3",
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3", "zabbix",
},
ModeVul: {
"ms17010", "smbghost", "smb2",