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

17 lines
678 B
JSON

{
"name": "Contentteller-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Contentteller - A powerful Content Management System with 20 modules designed for high traffic websites.",
"website": "http://www.contentteller.com/en/",
"matches": [
{
"text": "<meta name=\"generator\" content=\"Esselbach Contentteller CMS\" />"
},
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/www.contentteller.com\">Contentteller&reg; (Business Edition|Standard Edition)<\\/a><img src=\"index.php\\?ct=core&amp;action=tasks\" alt=\"\" \\/>)",
"offset": 1
}
]
}