Files
OneForAll-mirror/data/rules/whatweb/i-catcher-console.json
T
2020-07-29 00:02:06 +08:00

23 lines
888 B
JSON

{
"name": "i-Catcher-Console",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "i-Catcher is a Digital CCTV system for security, surveillance and remote monitoring applications.",
"website": "http://www.icode.co.uk/icatcher/",
"matches": [
{
"text": " // These vars will be filled in by i-Catcher Console"
},
{
"text": " <title>i-Catcher Console - Live view</title>"
},
{
"regexp": "(?-mix: i-Catcher Console is Copyright [\\d]{4}-[\\d]{4} <a[^>]+href=\"http:\\/\\/www.icode.co.uk\\/\">iCode Systems<\\/a>.)"
},
{
"regexp": "(?-mix: i-Catcher Console ([\\d\\.]+) is Copyright [\\d]{4}-[\\d]{4} <a class=\"footer\" href=\"http:\\/\\/www.icode.co.uk\\/\">iCode Systems<\\/a>.)",
"offset": 1
}
]
}