nuclei-templates/misconfiguration/office365-open-redirect.yaml

25 lines
591 B
YAML
Raw Normal View History

2021-08-05 09:55:08 +00:00
id: office365-open-redirect
info:
name: Office365 Open Redirect From Autodiscover
author: dhiyaneshDk
severity: low
reference: https://medium.com/@heinjame/office365-open-redirect-from-autodiscover-64284d26c168
2021-08-05 10:59:52 +00:00
tags: redirect,office365,microsoft
2021-08-05 09:55:08 +00:00
requests:
- method: GET
path:
2021-08-05 10:59:52 +00:00
- "{{BaseURL}}/autodiscover/autodiscover.json/v1.0/{{randstr}}@interact.sh?Protocol=Autodiscoverv1"
2021-08-05 09:55:08 +00:00
2021-08-05 10:59:52 +00:00
matchers-condition: and
2021-08-05 09:55:08 +00:00
matchers:
- type: word
2021-08-05 10:59:52 +00:00
part: header
2021-08-05 09:55:08 +00:00
words:
2021-08-05 11:01:01 +00:00
- "autodiscover.interact.sh"
2021-08-05 10:59:52 +00:00
- type: status
status:
- 302