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

29 lines
1.1 KiB
JSON

{
"name": "Quick_Cms",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Freeware, fast and easy to customize Content Management System.",
"website": "http://opensolution.org/quick.cms,en,10.html",
"matches": [
{
"text": " <title>Admin - Quick.Cms - simple content management system</title>"
},
{
"text": " var cfLangNoWord = \"Please fill in all required fields\";"
},
{
"text": " <div class=\"foot\" id=\"powered\"><a href=\"http://opensolution.org/\">Powered by <strong>Quick.Cms</strong></a></div>"
},
{
"text": " LICENSE REQUIREMENTS - DONT DELETE/HIDE LINK \"powered by Quick.Cms\" TO www.OpenSolution.org"
},
{
"text": " <meta name=\"Author\" content=\"OpenSolution.org\" />"
},
{
"regexp": "(?-mix: <div id=\"version\"><a href=\"http:\\/\\/opensolution.org\\/\">Quick.Cms v([\\d\\.]+)<\\/a><\\/div>)",
"offset": 1
}
]
}