mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
54 lines
3.0 KiB
JSON
54 lines
3.0 KiB
JSON
{
|
|
"name": "Outlook-Web-App",
|
|
"author": "Aung Khant <http://yehg.net/>, Brendan Coles <bcoles@gmail.com> #",
|
|
"version": "0.2",
|
|
"description": "Outlook Web App (OWA), originally called Outlook Web Access and before that Exchange Web Connect (EWC), is a webmail service of Microsoft Exchange Server 5.0 and later. OWA is used to access e-mail (including support for S/MIME), calendars, contacts, tasks, and other mailbox content when access to the Microsoft Outlook desktop application is unavailable. In the Exchange 2007 release, OWA also offers read-only access to documents stored in Microsoft SharePoint sites and network (UNC) shares. Microsoft provides Outlook Web App as part of Exchange Server to allow users to connect remotely via a web browser.",
|
|
"website": "http://help.outlook.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<body class=\"owaLgnBdy\">"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<link type=\"text\\/css\" rel=\"stylesheet\" href=\"\\/owa\\/([^\\s^\\/]+)\\/themes\\/base\\/logon\\.css\">)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<td><img src=\"\\/owa\\/([^\\s^\\/]+)\\/themes\\/base\\/warn\\.png\"><\\/td>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<link rel=\"shortcut icon\" href=\"\\/owa\\/([^\\s^\\/]+)\\/themes\\/base\\/favicon\\.ico\" type=\"image\\/x-icon\">)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<!-- OwaPage = ASP.auth_logon_aspx -->"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<FORM action=\"(\\/CookieAuth\\.dll\\?Logon|\\/exchweb\\/bin\\/auth\\/owaauth\\.dll)\" method=\"POST\" name=\"logonForm\")"
|
|
},
|
|
{
|
|
"ghdb": "inurl:/exchweb/bin/auth/owalogon.asp"
|
|
},
|
|
{
|
|
"name": "html body",
|
|
"url": "/exchweb/bin/auth/owalogon.asp?url=https://1&reason=2",
|
|
"text": "<TR><TD><P style=\"color:red\">You could not be logged on to"
|
|
},
|
|
{
|
|
"name": "html body",
|
|
"url": "/CookieAuth.dll?GetLogon?url=/&reason=2",
|
|
"text": "<TR><TD><P style=\"color:red\">You could not be logged on to"
|
|
},
|
|
{
|
|
"name": "html title",
|
|
"text": "<TITLE>Microsoft Outlook Web Access</TITLE>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<IMG title=\"Microsoft Office Outlook Web Access provided by Microsoft Exchange Server ([\\d]{4})\" alt=\"Microsoft Office Outlook Web Access provided by Microsoft Exchange Server ([\\d]{4})\" height=62 src=\"\\/exchweb\\/img\\/logon_logo\\.gif\" width=331 border=0 hspace=0>)"
|
|
},
|
|
{
|
|
"text": "<td style=\"width:100%\">To use Outlook Web App, browser settings must allow scripts to run. For information about how to allow scripts, consult the Help for your browser. If your browser doesn't support scripts, you can download <a href=\"http://www.microsoft.com/windows/ie/downloads/default.mspx\">Windows Internet Explorer</a> for access to Outlook Web App.</td>"
|
|
}
|
|
]
|
|
}
|