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

32 lines
1.2 KiB
JSON

{
"name": "Allinta-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Allinta - easy to use ASP CMS (Content Management System) - professional features & superior value.",
"website": "http://www.allinta.com/",
"matches": [
{
"regexp": "(?-mix:\t<link rel=\"stylesheet\" href=\"css\\/wizard\\/t[0-9_]+.css\" type=\"text\\/css\">)"
},
{
"regexp": "(?-mix:\t<link href=\"css\\/wizard\\/t[0-9_]+.css\" rel=\"stylesheet\" type=\"text\\/css\">)"
},
{
"text": "\t\t<td align=\"right\" class=\"footerText\">Powered by allinta CMS</td>"
},
{
"regexp": "(?-mix:<img src=\"img\\/wizard\\/t[0-9_]+\\/powered_allinta.gif\"[^>]*alt=\"Powered by Allinta CMS\")"
},
{
"regexp": "(?-mix:<img contenteditable=\"inherit\" start=\"fileopen\" height=\"[0-9]+\" src=\"img\\/powered_allinta.gif\" width=\"[0-9]+\" \\/>)"
},
{
"text": "<title>allinta.com- aCMS Content Manager</title>"
},
{
"regexp": "(?-mix:<!-- allintaCMS V([\\d\\.]+) - http:\\/\\/www.allinta.com\\/ -->)",
"offset": 1
}
]
}