mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"name": "Kentico-CMS",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "Kentico CMS for ASP.NET - flexible, all-in-one solution for web developers",
|
|
"website": "http://www.kentico.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<\\/title><meta name=\"generator\" content=\"Kentico CMS [^\\(^>]{1,5} \\(build ([\\d\\.]{1,10})\\) [^\"^>]*\" \\/>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:2fCMSAdministration.aspx\" id=\"form1\" class=\"logon-page\")",
|
|
"name": "Admin-Login-Page",
|
|
"certainty": 100
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:CMSCsrfCookie)",
|
|
"name": "CMSCsrfCookie cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:CMSCurrentTheme)",
|
|
"name": "CMSCurrentTheme cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:CMSPreferredCulture)",
|
|
"name": "CMSPreferredCulture cookie"
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:CMSCsrfCookie)",
|
|
"name": "CMSCsrfCookie cookie"
|
|
}
|
|
]
|
|
}
|