Files
OneForAll-mirror/data/rules/wappalyzer/kentico cms.json
T
2020-07-29 00:02:06 +08:00

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"
}
]
}