新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "Zabbix",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Zabbix is an enterprise-class open source distributed monitoring solution for networks and applications.",
"website": "http://www.zabbix.com/",
"matches": [
{
"regexp": "(?-mix:<script type=\"text\\/javascript\" src=\"jsLoader\\.php\\?ver=([^\\s&]+)&lang=en_[a-zA-Z]{2}\"><\\/script>)",
"offset": 1
},
{
"regexp": "(?-mix:<td class=\"page_footer_l\">[\\s]*<a class=\"highlight\" href=\"http:\\/\\/www\\.zabbix\\.com\">Zabbix&nbsp;([^\\s&]+)&nbsp;Copyright 2001-20[\\d]{2} by&nbsp;SIA Zabbix<\\/a><\\/td>)",
"offset": 1
},
{
"regexp": "(?-mix:<a class=\"highlight\" href=\"http:\\/\\/www\\.zabbix\\.com\">Zabbix ([^\\s]+) Copyright 2001-20[\\d]{2} by Zabbix SIA<\\/a>)",
"offset": 1
},
{
"regexp": "(?-mix:<a href=\"http:\\/\\/www\\.zabbix\\.com\" class=\"highlight\">ZABBIX ([^\\s<]+)<\\/a>&nbsp;Copyright 2001-20[\\d]{2} by <a href=\"http:\\/\\/www\\.zabbix\\.com\" class=\"highlight\">SIA Zabbix<\\/a>)",
"offset": 1
}
]
}