mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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 -->)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user