Files
OneForAll-mirror/data/rules/whatweb/frontpage-personal-web-server.json
T
2020-07-29 00:02:06 +08:00

19 lines
961 B
JSON

{
"name": "FrontPage-Personal-Web-Server",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Microsoft Personal Web Server (PWS) is a scaled-down web server software for Windows operating systems. It has fewer features than Microsoft's Internet Information Services (IIS) and its functions have been superseded by IIS and Visual Studio. Since Windows 2000 and FrontPage 2000, PWS was replaced by IIS as a standard Windows component. Personal Web Server was originally created by Vermeer Technologies, the same company which created Microsoft FrontPage, before they were acquired by Microsoft.",
"website": "http://www.microsoft.com/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^FPWS\\/([^\\s]+))",
"offset": 1
},
{
"regexp": "(?-mix:^FPWS)",
"search": "headers[server]"
}
]
}