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

18 lines
860 B
JSON

{
"name": "InterRed",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "InterRed GmbH is a leading technology provider of content management systems (CMS), Knowledge Retrieval (KM), personalization of web sites, live reporting (website statistics) to use analysis of websites and offers print solutions for catalogs, magazines, newspapers Web-to-print, publishing houses.",
"website": "http://www.interred.de/",
"matches": [
{
"offset": 1,
"regexp": "(?-mix:<meta name=\"(generator|GENERATOR)\" content=\"InterRed V([^,]+), http:\\/\\/www\\.interred\\.de\\/, InterRed GmbH\"( \\/)?>)"
},
{
"regexp": "(?-mix:<!-- Created with InterRed V([^,]+), http:\\/\\/www\\.interred\\.de\\/, by InterRed GmbH -->)",
"offset": 1
}
]
}