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

28 lines
947 B
JSON

{
"name": "VTS",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "VTS Server",
"website": null,
"matches": [
{
"status": 401,
"regexp": "(?-mix:<html>\\r\\n<head>\\r\\n<title>Error Message<\\/title>\\r\\n<link rel=\"stylesheet\" href=\"\\/VTS.css\">\\r\\n\\r\\n<\\/head>\\r\\n<body class=error>\\r\\n<h1>Error Message<\\/h1>\\r\\n<p>Error Code 401.\\r\\n<p>Message: Unauthorized.\\r\\n<p>Description: 401 = No permission -- see authorization schemes.)"
},
{
"regexp": "(?-mix:VTS )",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:VTS ([\\d\\.]+))",
"offset": 1
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:^VTS=([\\d\\.]+))",
"offset": 1
}
]
}