新增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
+39
View File
@@ -0,0 +1,39 @@
{
"name": "PegaRULES",
"author": "Andrew Horton",
"version": "0.2",
"description": "PegaRULES Process Commander is BPM software from Pega. Many of the world's leading organizations use Pega to drive revenue growth, improve customer experience, and enhance operational efficiency. Pega's unified offering is recognized by industry analysts as a leader in CRM, BPM, case management and business rules",
"website": "http://www.pega.com/",
"matches": [
{
"name": "cookie",
"search": "headers[set-cookie]",
"text": "Pega-RULES"
},
{
"name": "title",
"text": "<title> Welcome to PegaRULES </title>"
},
{
"name": "copyright footer",
"regexp": "(?m-ix:<span>[^<]+Copyright[^<]+Pegasystems Inc)"
},
{
"name": "shortcut icon",
"text": "<LINK REL=\"SHORTCUT ICON\" HREF=\"images/pzPegaIcon.ico\">"
},
{
"regexp": "(?-mix:td style=\"text-align: center;\"><span id=\"ProductVersion\" class=\"ProductVersion\">Version ([^<]+)<\\/span><\\/td)",
"offset": 1
},
{
"text": "<!-- B-12380 avoid reuse/repost of username/password -->"
},
{
"text": "<HEAD><H3>Unable to logon to the PegaRULES system.</H3></HEAD>"
},
{
"regexp": "(?-mix:<TR><TD>\\s+<FONT face=\"Helvetica\">\\s+Your system policy has denied access to the requested URL\\.\\s+<\\/FONT>)"
}
]
}