新增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
+32
View File
@@ -0,0 +1,32 @@
{
"name": "Avocent-DSView",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Avocent DSView 3 management software provides data centers with secure, out-of-band, centralized management for all connected IT and network devices.",
"website": "http://www.avocent.com/Products/Category/Data_Center_Management_Software/DSV3_Software.aspx",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Avocent DSView [\\d]\\/([^\\s]+)$)",
"offset": 1
},
{
"text": "<link rel=\"stylesheet\" type=\"text/css\" href=\"/dsview/scheme-1.css\" title=\"Default\" />"
},
{
"url": "/dsview/images/favicon.ico",
"md5": "9de6b6b67f27e264ff7d82ae071cec3f"
},
{
"text": "<form name=\"loginForm\" method=\"post\" action=\"/dsview/protected/login.do\" class=\"form-block\"><span id='propertiesForm'></span>"
},
{
"url": "/dsview/protected/login.do",
"offset": 1,
"regexp": "(?-mix:<div class=\"standard-footer\">[\\s]+This software is protected by all U\\.S\\. and international copyright law and is subject to the terms and conditions of the <a class=\"standard-footer highlight\" href=\"\\/dsview\\/[^\"]+\" target=\"dsvieweula\">Avocent DSView [\\d\\.]+ (Software )?End User License Agreement<\\/a>\\.[\\s]+<\\/div>[\\s]+Version: ([^\\s]+))"
},
{
"regexp": "(?-mix:<!-- TITLE -->[\\s]+<title>[\\s]+(DSWebview [\\d\\.]+)[\\s]+<\\/title>[\\s]+<!-- AVOCENT ICON -->)"
}
]
}