mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
21 lines
724 B
JSON
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]+)[^&]* © [\\d]{4}-[\\d]{4} )",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<meta name=\"generator\" content=\"[\\s^\"]*RUNCMS ([\\d\\.a-z]+)[^\"]*\")",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|