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

21 lines
726 B
JSON

{
"name": "Custom-CMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Custom CMS Gaming is a Content Management System geared towards all Gamers that would like to maintain and create fully functional gaming sources. ",
"website": "http://www.customcms.net/",
"matches": [
{
"text": " - Powered by CCMS</title>",
"certainty": 75
},
{
"text": "<meta name=\"generator\" content=\"CustomCMS Gaming\" />"
},
{
"regexp": "(?-mix:power.png\" border=\"0\" style=\"margin-top: 7px;\" alt=\"\" title=\"Powered by CCMS v([\\d\\.]+)\" \\/><\\/a>)",
"offset": 1
}
]
}