Files
OneForAll-mirror/data/rules/whatweb/ms-sdk-httpserver.json
T
2020-07-29 00:02:06 +08:00

19 lines
751 B
JSON

{
"name": "MS-SDK-HttpServer",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "The Microsoft .NET Micro Framework Platform SDK is a powerful and flexible platform for rapidly creating embedded device firmware with Microsoft Visual Studio. This plugin identifies servers based on the HttpServer sample provided with the SDK.",
"website": "http://msdn.microsoft.com/en-us/library/ee434092.aspx",
"matches": [
{
"regexp": "(?-mix:^MS-SDK-HttpServer)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^MS-SDK-HttpServer\\/([\\d\\.]+)$)",
"offset": 1
}
]
}