From 728c5a046165796e92d95c56441d4d1ebcdd46d1 Mon Sep 17 00:00:00 2001 From: becivells <732903873@qq.com> Date: Fri, 31 Dec 2021 20:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=208=20=E4=B8=AA=E6=9C=AA?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/fx/fxinfo.go | 114 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 111 insertions(+), 3 deletions(-) diff --git a/internal/fx/fxinfo.go b/internal/fx/fxinfo.go index d84c3f0..64468f0 100644 --- a/internal/fx/fxinfo.go +++ b/internal/fx/fxinfo.go @@ -362,6 +362,114 @@ var defalutPlugins = []Plugin{ Type: TypeInline, Source: "", }, + { + Id: "fx-2021-1031", + Query: "Dubbo", + RuleName: "阿里-Dubbo", + RuleEnglish: "Dubbo", + Description: "Dubbo", + Author: "xiecat", + FofaQuery: `app="阿里巴巴-dubbo"`, + Tag: []string{"dubbo", "unauth"}, + Type: TypeInline, + Source: "", + }, + { + Id: "fx-2021-1032", + Query: "ftp", + RuleName: "ftp", + RuleEnglish: "ftp", + Description: "ftp", + Author: "xiecat", + FofaQuery: `protocol="ftp"`, + Tag: []string{"ftp", "unauth"}, + Type: TypeInline, + Source: "", + }, + { + Id: "fx-2021-1033", + Query: "Kibana", + RuleName: "Kibana", + RuleEnglish: "Kibana", + Description: "Kibana", + Author: "xiecat", + FofaQuery: `app="Kibana"`, + Tag: []string{"kibana", "unauth"}, + Type: TypeInline, + Source: "", + }, + { + Id: "fx-2021-1034", + Query: "ldap", + RuleName: "ldap", + RuleEnglish: "ldap", + Description: "ldap", + Author: "xiecat", + FofaQuery: `protocol="ldap"`, + Tag: []string{"ldap", "unauth"}, + Type: TypeInline, + Source: "", + }, + { + Id: "fx-2021-1035", + Query: "Spark", + RuleName: "Spark", + RuleEnglish: "Spark", + Description: "Spark", + Author: "xiecat", + FofaQuery: `app="Spark"`, + Tag: []string{"spark", "unauth"}, + Type: TypeInline, + Source: "", + }, + { + Id: "fx-2021-1036", + Query: "weblogic unauth", + RuleName: "weblogic unauth", + RuleEnglish: "weblogic unauth", + Description: "weblogic unauth", + Author: "xiecat", + FofaQuery: `app="BEA-WebLogic-Server" || app="Weblogic_interface_7001"`, + Tag: []string{"weblogic", "unauth"}, + Type: TypeInline, + Source: "", + }, + { + Id: "fx-2021-1037", + Query: "zabbix", + RuleName: "zabbix", + RuleEnglish: "zabbix", + Description: "zabbix", + Author: "xiecat", + FofaQuery: `app="ZABBIX-监控系统"`, + Tag: []string{"zabbix", "unauth"}, + Type: TypeInline, + Source: "", + }, + { + Id: "fx-2021-1038", + Query: "alibaba-nacos", + RuleName: "Alibaba Nacos", + RuleEnglish: "Alibaba Nacos", + Description: "Alibaba Nacos", + Author: "xiecat", + FofaQuery: `title="Nacos"`, + Tag: []string{"nacos", "unauth"}, + Type: TypeInline, + Source: "", + }, + { + Id: "fx-2021-1039", + Query: "cortex-xsoar", + RuleName: "Cortex XSOAR", + RuleEnglish: "Cortex XSOAR", + Description: "Cortex XSOAR", + Author: "xiecat", + FofaQuery: `app="Cortex-XSOAR"`, + Tag: []string{"xsoar", "unauth"}, + Type: TypeInline, + Source: "", + }, //log4j2 { Id: "fx-2021-11001", @@ -371,7 +479,7 @@ var defalutPlugins = []Plugin{ Description: ">Apache ActiveMQ® 是最流行的开源、多协议、基于 Java 的消息代理。", Author: "fofa", FofaQuery: `app="APACHE-ActiveMQ"`, - Tag: []string{"log4j2", "fofa"}, + Tag: []string{"log4j2", "unauth", "fofa"}, Type: TypeInline, Source: "https://fofa.so/static_pages/log4j2", }, @@ -407,7 +515,7 @@ var defalutPlugins = []Plugin{ Description: "RabbitMQ 是最流行的开源消息代理之一。RabbitMQ 是轻量级的,易于在本地和云中部署。", Author: "fofa", FofaQuery: `app="RabbitMQ"`, - Tag: []string{"log4j2", "fofa"}, + Tag: []string{"log4j2", "unauth", "fofa"}, Type: TypeInline, Source: "https://fofa.so/static_pages/log4j2", }, @@ -719,7 +827,7 @@ var defalutPlugins = []Plugin{ Description: "Solr是Apache Lucene项目的开源企业搜索平台。", Author: "fofa", FofaQuery: `app="APACHE-Solr"`, - Tag: []string{"log4j2", "fofa"}, + Tag: []string{"log4j2", "unauth", "fofa"}, Type: TypeInline, Source: "https://fofa.so/static_pages/log4j2", },