新增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
+18
View File
@@ -0,0 +1,18 @@
{
"name": "Citrix-XenServer",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Citrix XenServer is a complete, managed server virtualization platform built on the powerful Xen hypervisor.",
"website": "http://www.citrix.com/English/ps2/products/feature.asp?contentID=2300351",
"matches": [
{
"url": "/",
"regexp": "(?-mix:<html>\\s+<title>XenServer ([^\\s^<]+)<\\/title>\\s+<head>\\s+<\\/head>\\s+<body>\\s+<p\\/>Citrix Systems, Inc\\. XenServer ([^\\s]+)\\s+<p\\/><a href=\"XenCenter\\.iso\">XenCenter CD image<\\/a>\\s+<p\\/><a href=\"XenCenter\\.msi\">XenCenter installer<\\/a>)",
"offset": 1
},
{
"url": "/",
"md5": "141c8bbcda4cf773763e9f2108d62ff3"
}
]
}