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

21 lines
724 B
JSON

{
"name": "RunCMS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "RunCms is Ease Of Use for webmasters. One of the worlds finest free CMS systems.",
"website": "www.runcms.org/",
"matches": [
{
"ghdb": "\"powered by RunCMS\" inurl:module inurl:viewcat.php"
},
{
"regexp": "(?-mix:<div align='center'><a href='http:\\/\\/www.runcms.org\\/' target='_blank'> Powered by RunCms ([\\d\\.a-z]+)[^&]* &copy; [\\d]{4}-[\\d]{4} )",
"offset": 1
},
{
"regexp": "(?i-mx:<meta name=\"generator\" content=\"[\\s^\"]*RUNCMS ([\\d\\.a-z]+)[^\"]*\")",
"offset": 1
}
]
}