Files
OneForAll-mirror/data/rules/whatweb/sun-java-system-calendar-express.json
T
2020-07-29 00:02:06 +08:00

24 lines
800 B
JSON

{
"name": "Sun-Java-System-Calendar-Express",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Sun Java System Calendar Server is Sun's calendar (scheduling) server.",
"website": "http://www.sun.com/software/products/calendar_srvr/",
"matches": [
{
"regexp": "(?-mix:<title>Sun Java\\[tm\\] System Calendar Express ([^<]+)<\\/title>)",
"offset": 1
},
{
"text": "<TITLE>Sun Java[tm] System Calendar Express</TITLE>"
},
{
"text": "<img src=\"imx/login-logo.gif\" width=\"186\" height=\"79\" alt=\"Sun Microsystems, Inc.\">"
},
{
"url": "/imx/login-logo.gif",
"md5": "b86a7d65b64efa500048d9fc2840c390"
}
]
}