mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
528 B
JSON
19 lines
528 B
JSON
{
|
|
"name": "SpryWare-MIS",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "SpryWare Market Information Server (MIS)",
|
|
"website": "http://www.spryware.com/products_MIS.html",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^SpryWare\\/([^\\s]+)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-deprecated-response]",
|
|
"regexp": "(?-mix:^Invalid CheckSum Received$)"
|
|
}
|
|
]
|
|
}
|