mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user