Files
OneForAll-mirror/data/rules/whatweb/zabbix.json
T
2020-07-29 00:02:06 +08:00

26 lines
1.2 KiB
JSON

{
"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
}
]
}