mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
28 lines
947 B
JSON
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
|
|
}
|
|
]
|
|
}
|