Files
OneForAll-mirror/data/rules/whatweb/orangehrm.json
T
2020-07-29 00:02:06 +08:00

28 lines
1.2 KiB
JSON

{
"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]+) &copy; 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 ([^&]+) &copy; OrangeHRM Inc)",
"offset": 1
},
{
"regexp": "(?-mix:<td align=\"center\"><a href=\"http:\\/\\/www\\.orangehrm\\.com\" target=\"_blank\">OrangeHRM<\\/a> ver ([^\\s]+) &copy; OrangeHRM Inc)",
"offset": 1
}
]
}