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

31 lines
1.5 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "Mac-OSX-Server",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Powerful yet streamlined, Snow Leopard Server makes it easier than ever for the people in your organization to collaborate, communicate, and share information. Up to 2x faster than its predecessor, Mac OS X Server v10.6 Snow Leopard is a full 64-bit UNIX server OS with dozens of new and updated features.",
"website": "http://www.apple.com/server/macosx/",
"matches": [
{
"certainty": 75,
"text": "<title>Mac OS X Server</title>"
},
{
"os": "Mac OSX",
"regexp": "(?-mix:<div class=\"page_footer_appversion\">Mac OS X Server Web Services Server ([\\d\\.]+)<\\/div>)",
"offset": 1
},
{
"os": "Mac OSX",
"regexp": "(?-mix:<li><a href=\"\\/users\\/([^\\/]+)\\/\"><span class=\"img\"><img src=\"\\/collaboration\\/images\\/user\\.jpg\" alt=\"\" width=\"32\" height=\"32\"><\\/span><span class=\"title\">[^<]+<\\/span><span class=\"description\"><\\/span><\\/a><\\/li>)"
},
{
"text": "<iframe id=\"webmail_frame\" src=\"/webmail/src/\"><!-- this frame will enable the webmail link if webmail is active --></iframe>",
"os": "Mac OSX"
},
{
"text": "<link rel=\"stylesheet\" type=\"text/css\" media=\"screen, projection\" href=\"/collaboration/css/required_compressed.css\">",
"os": "Mac OSX"
}
]
}