mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"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>)"
|
|
}
|
|
]
|
|
}
|