mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
504 B
JSON
23 lines
504 B
JSON
{
|
|
"name": "ImpressCMS",
|
|
"website": "http://www.impresscms.org",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[ICMSSession]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[ImpressCMS]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "ImpressCMS"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "include/linkexternal\\.js"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |