mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "OrangeHRM",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "OrangeHRM - Open Source Human Resource Management Software (HRMS)",
|
||||
"website": "http://www.orangehrm.com/",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<div id=\"content\">\\s+<h2>Welcome to the OrangeHRM ver ([^\\s]+) Setup Wizard<\\/h2>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<div id=\"footer\"><a href=\"http:\\/\\/www\\.orangehrm\\.com\" target=\"_blank\" tabindex=\"[^\"^>]*\">OrangeHRM<\\/a> (Web Installation Wizard ver [^\\s]+) © OrangeHRM Inc)"
|
||||
},
|
||||
{
|
||||
"text": "<input type=\"hidden\" name=\"hdnUserTimeZoneOffset\" id=\"hdnUserTimeZoneOffset\" value=\"0\" />"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<div id=\"divFooter\" >\\s+<span id=\"spanCopyright\">\\s+<a href=\"http:\\/\\/www\\.orangehrm\\.com\" target=\"_blank\">OrangeHRM<\\/a>\\s+ver ([^&]+) © OrangeHRM Inc)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<td align=\"center\"><a href=\"http:\\/\\/www\\.orangehrm\\.com\" target=\"_blank\">OrangeHRM<\\/a> ver ([^\\s]+) © OrangeHRM Inc)",
|
||||
"offset": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user