Skip to content

Commit

Permalink
增加 8 个未授权语句
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Dec 31, 2021
1 parent fa6053d commit 728c5a0
Showing 1 changed file with 111 additions and 3 deletions.
114 changes: 111 additions & 3 deletions internal/fx/fxinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
},
Expand Down Expand Up @@ -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",
},
Expand Down Expand Up @@ -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",
},
Expand Down

0 comments on commit 728c5a0

Please sign in to comment.