mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
24 lines
992 B
JSON
24 lines
992 B
JSON
{
|
|
"name": "NaviCOPA",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "The NaviCOPA Web Server Software installs on any version of the Microsoft Windows operating system from 98 and up, including Windows Vista, and automatically configures itself for instant HTTP access. NaviCOPA does not limit the number of connections and comfortably serves 1000's of simultaneous connections",
|
|
"website": "http://www.navicopa.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^InterVations NaviCOPA)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^InterVations NaviCOPA Version ([\\d\\.]+) [\\d]{1,2}[a-z]{2} [A-Z][a-z]+ [\\d]{4}$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"name": "NaviCopaSession Cookie",
|
|
"regexp": "(?-mix:^NaviCopaSession)",
|
|
"search": "headers[set-cookie]"
|
|
}
|
|
]
|
|
}
|