新增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
+24
View File
@@ -0,0 +1,24 @@
{
"name": "iPeer",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "iPeer - a web-based platform/database independent application to develop and deliver peer evaluations - Requires PHP",
"website": "http://ipeer.ctlt.ubc.ca/trac",
"matches": [
{
"regexp": "(?-mix:<title>iPeer V(\\d) with TeamMaker<\\/title>)",
"offset": 1
},
{
"text": "<h1 align=\"center\"><span class=\"footer\">Powered by iPeer and TeamMaker - Created by UBC and Rose-Hulman</span></h1>"
},
{
"regexp": "(?-mix:<span class=\"bannerText\"><span style='font-size: 120%;'>([^<]+)<\\/span>&nbsp;&nbsp;with TeamMaker<\\/span><\\/td>)",
"offset": 1
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:IPEER=[^;]+;)"
}
]
}