mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "CMS-Made-Simple",
|
|
"author": "Andrew Horton",
|
|
"version": "0.1",
|
|
"description": "CMS Made Simple is an opensource Content Management System developed in PHP.",
|
|
"website": "http://www.cmsmadesimple.org/",
|
|
"matches": [
|
|
{
|
|
"name": "CMSSESSID cookie",
|
|
"regexp": "(?-mix:^CMSSESSID)",
|
|
"search": "headers[set-cookie]"
|
|
},
|
|
{
|
|
"name": "Meta generator",
|
|
"text": "<meta name=\"Generator\" content=\"CMS Made Simple"
|
|
},
|
|
{
|
|
"name": "Powered by footer",
|
|
"regexp": "(?-mix:This site is powered by <a[^>]+>CMS Made Simple<\\/a> version ([0-9\\.]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"name": "Admin Login Title",
|
|
"text": "<title>Login to CMS Made Simple</title>",
|
|
"url": "/admin/login.php"
|
|
},
|
|
{
|
|
"name": "Version from /doc/CHANGELOG.txt",
|
|
"url": "/doc/CHANGELOG.txt",
|
|
"regexp": "(?m-ix:^Version ([^ ]+).*)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"name": "favicon",
|
|
"url": "/favicon_cms.ico",
|
|
"md5": "ebf500d206705bda0cb79021c15da98a"
|
|
}
|
|
]
|
|
}
|