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

19 lines
736 B
JSON

{
"name": "Kerio-Connect",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Kerio Connect (previously Kerio MailServer) is the best email, messaging, collaboration and full groupware single server solution designed for small to medium organizations, offering full support for Outlook, Entourage, Apple Mail and iCal clients and more - Homeage: http://www.kerio.com/connect",
"website": null,
"matches": [
{
"regexp": "(?-mix:^Kerio)",
"search": "headers[server]"
},
{
"offset": 1,
"search": "headers[server]",
"regexp": "(?-mix:^Kerio (MailServer|Connect) (.+)$)"
}
]
}