mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"name": "Kentico CMS",
|
|
"website": "http://www.kentico.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[CMSPreferredCulture]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "Kentico CMS ([\\d.R]+ \\(build [\\d.]+\\))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "/CMSPages/GetResource\\.ashx"
|
|
}
|
|
]
|
|
} |