新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "Ektron-CMS",
"author": "Brendan Coles <bcoles@gmail.com>, Bhavin Senjaliya",
"version": "0.2",
"description": "Ektron provides web content management and social software. Ektron's primary product is CMS400.NET, which is built on the Microsoft .NET Framework.",
"website": "http://www.ektron.com/",
"matches": [
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:EktGUID=[a-f\\d]{8}-[a-f\\d]{4}-[a-f\\d]{4}-[a-f\\d]{4}-[a-f\\d]{12}; expires=)"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:EkAnalytics)",
"name": "EkAnalytics cookie"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:ecm=user_id=[\\d]+&isMembershipUser=[\\d]+&site_id=&username=&new_site=[^&]+&unique_id=[\\d]+&site_preview=[\\d]+&langvalue=[\\d]+&DefaultLanguage=[\\d]+)"
},
{
"text": "<script id=\"EktronJS\" type=\"text/javascript\" src=\"/WorkArea/java/ektron.js\">"
},
{
"text": "<script id=\"EktronRegisteredJs\" type=\"text/javascript\" src=\"/workarea/java/ektronJs.ashx?id="
},
{
"text": "<script id=\"EktronModalJS\" type=\"text/javascript\" src=\"/WorkArea/java/plugins/modal/ektron.modal.js\">"
}
]
}