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

33 lines
1.1 KiB
JSON

{
"name": "ImpressPages-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "ImpressPages - Web CMS built on PHP5.3 and MySQL",
"website": "http://www.impresspages.org/",
"matches": [
{
"url": "/favicon.ico",
"md5": "c92e16f66ec6069432c3be3d10bf5d1c"
},
{
"text": "Powered by <a href=\"http://www.impresspages.org\">ImpressPages CMS</a>"
},
{
"text": "<h1 class=\"ipWidgetTitleHeading\">ImpressPages CMS successfully installed</h1>"
},
{
"regexp": "(?-mix:<meta name=\"generator\" content=\"ImpressPages CMS ([^\\s]+) under GNU GPL license\"( \\/)?>)",
"offset": 1
},
{
"text": "<!-- common functions used by various modules -->"
},
{
"text": "<script type=\"text/javascript\">if(parent.header && parent.content)parent.window.top.location='admin.php';</script>"
},
{
"text": "<span id=\"modCommunityNewsletterError\" class=\"error\">Incorrect e-mail address</span>"
}
]
}