mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
30 lines
1.3 KiB
JSON
30 lines
1.3 KiB
JSON
{
|
|
"name": "BMC-Remedy",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "BMC Remedy Action Request System (also known as Remedy, AR System and ARS) is a client-server software application development environment from BMC Software (originally developed by Remedy Corporation). BMC Remedy Mid-Tier is a server component in the Action Request System for web access.",
|
|
"website": "http://www.bmc.com/products/offering/itsm-premise-ondemand.html",
|
|
"matches": [
|
|
{
|
|
"text": "<!-- common to all login jsps - not localized information -->"
|
|
},
|
|
{
|
|
"text": "<!-- Added to prevent iFrame exploit. Need to comment out for portlet to work -->"
|
|
},
|
|
{
|
|
"text": "<input type=\"button\" name=\"clear\" value=\"Clear\" class=\"Login\" onClick=\"clearLogin();\"><!--;-->"
|
|
},
|
|
{
|
|
"text": "<input type=\"button\" name=\"clear\" value=\"Clear\" onClick=\"clearLogin();\"><!--;-->"
|
|
},
|
|
{
|
|
"offset": 1,
|
|
"regexp": "(?-mix:<title>(BMC )?Remedy Mid Tier ([^\\s]+) - (Error page|Login)<\\/title><!--;-->)"
|
|
},
|
|
{
|
|
"offset": 1,
|
|
"regexp": "(?-mix:<title>(BMC )?Remedy Mid Tier ([^\\s]+) - (Error page|Login)<\\/title>)"
|
|
}
|
|
]
|
|
}
|