diff --git a/exposed-panels/microsoft-exchange-login.yaml b/exposed-panels/microsoft-exchange-login.yaml new file mode 100644 index 0000000000..e6e6ad8092 --- /dev/null +++ b/exposed-panels/microsoft-exchange-login.yaml @@ -0,0 +1,22 @@ +id: exchange-login + +info: + name: Microsoft Exchange login page + author: dhiyaneshDK + severity: info + reference: https://www.exploit-db.com/ghdb/6739 + +requests: + - method: GET + path: + - '{{BaseURL}}/owa/auth/logon.aspx' + + matchers-condition: and + matchers: + - type: word + words: + - 'Exchange Log In' + - 'Microsoft Exchange - Outlook Web Access' + - type: status + status: + - 200