mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"name": "ZoneMinder",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Linux video camera security and surveillance solution - Web interface - Requires MySQL and PHP",
|
|
"website": "http://www.zoneminder.com/",
|
|
"matches": [
|
|
{
|
|
"md5": "e07c0775523271d629035dc8921dffc7",
|
|
"url": "/graphics/favicon.ico"
|
|
},
|
|
{
|
|
"text": "<tr><td colspan=\"2\" class=\"smallhead\" align=\"center\">ZoneMinder Login</td></tr>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div id=\"monitorSummary\"><a href=\"\\?view=groups\" onclick=\"createPopup\\( '\\?view=groups', 'zmGroups', 'groups' \\); return\\( false \\);\">([\\d]+ Monitors)<\\/a><\\/div>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<a href=\"javascript: newWindow\\( '\\/index\\.php\\?view=groups', 'zmGroups', 400, 220 \\);\">([\\d]+ Monitors)<\\/a>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Running<\\/a> - <a href=\"\\?view=version\" onclick=\"createPopup\\( '\\?view=version', 'zmVersion', 'version' \\); return\\( false \\);\">v([^<^\\s]+)<\\/a><\\/h2>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Running<\\/a> - <a href=\"javascript: newWindow\\( '\\/index\\.php\\?view=version', 'zmVersion', 320, 140 \\);\">v([^<^\\s]+)<\\/a>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^ZoneMinder Video Server\\/([^\\s]+)$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:ZMSESSID=[^;]+)"
|
|
}
|
|
]
|
|
}
|