feat: 增加Cassandra扫描和测试环境

This commit is contained in:
ZacharyZcR
2024-12-23 07:04:12 +08:00
parent 0a9c732ee8
commit fe1b92cc98
9 changed files with 134 additions and 6 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", "zabbix", "modbus", "rsync", // 服务类
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3", "snmp", "zabbix", "modbus", "rsync", "cassandra", // 服务类
"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", "zabbix", "modbus", "rsync",
"ftp", "ssh", "telnet", "smb", "rdp", "vnc", "netbios", "ldap", "smtp", "imap", "pop3", "zabbix", "modbus", "rsync", "cassandra",
},
ModeVul: {
"ms17010", "smbghost", "smb2",