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

28 lines
1.3 KiB
JSON

{
"name": "Microsoft-Remote-Web-Workplace",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "The Remote Web Workplace is a feature of Microsoft's Windows Small Business Server and the midsize business-focused product, Windows Essential Business Server, which enables pre-created users to log in to a front-end network-facing interface of the small business server.",
"website": "http://microsoft.com/",
"matches": [
{
"text": "</title><link href=\"signinStyle.css\" rel=\"stylesheet\" type=\"text/css\" />"
},
{
"regexp": "(?-mix:<form name=\"form1\" method=\"post\" action=\"logon\\.aspx\\?ReturnUrl=%2f[^\"]\" id=\"form1\" autocomplete=\"OFF\" onsubmit=\"OnUserNameFocus\\(\\);\">)"
},
{
"text": "<input id=\"rememberMe\" type=\"checkbox\" name=\"rememberMe\" tabindex=\"3\" /><label for=\"rememberMe\">Remember me on this computer</label>",
"certainty": 25
},
{
"text": "<meta name=\"copyright\" content=\"Copyright (c) Microsoft Corporation. All rights reserved.\" />",
"certainty": 25
},
{
"text": "<head id=\"Head1\"><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /><title>",
"certainty": 25
}
]
}