mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
24 lines
648 B
JSON
24 lines
648 B
JSON
{
|
|
"name": "Web-Crossing-Server",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "",
|
|
"website": "http://bayspire.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Web Crossing\\/([^\\s]+)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Web Crossing\\(r\\) [^\\s]+-v([\\d\\.]+) built)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:webxSess=[\\d]+\\.[^\\s]+;)"
|
|
}
|
|
]
|
|
}
|