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

20 lines
890 B
JSON

{
"name": "TimeLive",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "TimeLive Time and Expense Tracking - TimeLive Web timesheet suite is an integrated suite for time record, time tracking and time billing software.",
"website": "http://www.livetecs.com/",
"matches": [
{
"text": "<img id=\"CtlLogin1_Login1_imgCompanyOwnLogo\" src=\"Images/TopHeader.jpg\" alt=\"CompanyLogo\" style=\"height:50px;border-width:0px;\" /></td>"
},
{
"regexp": "(?-mix:<span id=\"CtlLogin1_Login1_Label1\">Copyright .{1,2} 2007 - (20[\\d]{2}) Livetecs LLC\\. All rights reserved\\.<\\/span>)"
},
{
"regexp": "(?-mix:<td style=\"width: 15%\" align=right>[\\s]+<span id=\"CtlLogin1_Login1_VersionLabel\">v ([^<^\\s]+)<\\/span><\\/td>)",
"offset": 1
}
]
}