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

20 lines
604 B
JSON

{
"name": "MailEnable",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Windows mail server software with webmail, caldav, carddav, antivirus, spam filtering and more.",
"website": "http://www.mailenable.com/",
"matches": [
{
"text": "</table><!-- loginPanel_shell_table -->"
},
{
"text": "<td class=\"loginPanel_botLeft\"><div class=\"loginPanel_botLeft_div\"></div></td>"
},
{
"certainty": 75,
"text": "<title>MailEnable - Webmail</title>"
}
]
}