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,46 @@
|
||||
{
|
||||
"name": "Microsoft-Windows-Business-Server",
|
||||
"author": "Andrew Horton, Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.3",
|
||||
"description": "Microsoft Small/Essential Business Server",
|
||||
"website": "http://www.microsoft.com/",
|
||||
"matches": [
|
||||
{
|
||||
"version": 2003,
|
||||
"text": "<title>Welcome to Windows Small Business Server 2003</title>"
|
||||
},
|
||||
{
|
||||
"version": 2008,
|
||||
"text": "<title>Welcome to Windows Small Business Server 2008</title>"
|
||||
},
|
||||
{
|
||||
"text": "<TD id=\"Remote_Link\" class=\"linkHeader\"><A HREF=\"/Remote\">Remote Web Workplace</A></TD>"
|
||||
},
|
||||
{
|
||||
"certainty": 75,
|
||||
"text": "<IMG alt=\"\" src=\"images/sbslogo.gif\" border=\"0\" width=\"200\" height=\"55\">"
|
||||
},
|
||||
{
|
||||
"text": "</title><link href=\"signinStyle.css\" rel=\"stylesheet\" type=\"text/css\" />",
|
||||
"module": "Remote Web Workplace"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<form name=\"form1\" method=\"post\" action=\"logon\\.aspx\\?ReturnUrl=%2f[^\"]\" id=\"form1\" autocomplete=\"OFF\" onsubmit=\"OnUserNameFocus\\(\\);\">)",
|
||||
"module": "Remote Web Workplace"
|
||||
},
|
||||
{
|
||||
"text": "<input id=\"rememberMe\" type=\"checkbox\" name=\"rememberMe\" tabindex=\"3\" /><label for=\"rememberMe\">Remember me on this computer</label>",
|
||||
"module": "Remote Web Workplace"
|
||||
},
|
||||
{
|
||||
"text": "<meta name=\"copyright\" content=\"Copyright (c) Microsoft Corporation. All rights reserved.\" />",
|
||||
"module": "Remote Web Workplace",
|
||||
"certainty": 25
|
||||
},
|
||||
{
|
||||
"text": "<head id=\"Head1\"><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><title>",
|
||||
"module": "Remote Web Workplace",
|
||||
"certainty": 25
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user