mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"name": "Sophos-Email-Appliance",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Sophos Email Appliances provide simple, powerful protection against spam, malware and data loss.",
|
|
"website": "http://www.sophos.com/en-us/products/email/email-appliances.aspx",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Sophos Email Appliance$)"
|
|
},
|
|
{
|
|
"search": "headers",
|
|
"regexp": "(?m-ix:[Ss]erver: Sophos Email Appliance\\r?\\n.+Location: https?:\\/\\/([^\\/]+))"
|
|
},
|
|
{
|
|
"text": "<td class=\"logincontent\" valign=\"top\"><a href=\"http://www.sophos.com\"><img src=\"images/logo_sophos.gif\" border=\"0\" alt=\"Email Appliance\"></a></td>"
|
|
},
|
|
{
|
|
"text": "<title>Sophos Email Appliance</title>",
|
|
"certainty": 75
|
|
},
|
|
{
|
|
"text": "<!-- end main content -->",
|
|
"certainty": 25
|
|
}
|
|
]
|
|
}
|