2023-11-16 11:14:28 +00:00
|
|
|
id: ms-exchange-user-enum
|
2023-11-10 11:15:56 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Microsoft Exchange Autodiscover - User Enumeration
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
2023-11-12 10:54:07 +00:00
|
|
|
description: |
|
|
|
|
Microsoft Exchange (on premise) is prone to a user enumeration via the ActiveSync protocol using the AutodiscoverV2 endpoint.
|
2023-11-10 11:15:56 +00:00
|
|
|
reference:
|
|
|
|
- https://www.msxfaq.de/exchange/autodiscover/autodiscover_v2.htm
|
2023-11-12 10:54:07 +00:00
|
|
|
- https://github.com/righettod/toolbox-pentest-web/blob/master/docs/4-HINTS_ARCHIVED.md#user-enumeration-techniques-for-microsoft-exchange
|
2023-11-10 11:15:56 +00:00
|
|
|
metadata:
|
2023-11-12 10:54:07 +00:00
|
|
|
verified: true
|
2023-11-16 11:28:57 +00:00
|
|
|
max-request: 1
|
2023-11-12 10:54:07 +00:00
|
|
|
shodan-query: http.title:outlook exchange
|
|
|
|
tags: ms-exchange,microsoft,misconfig,enum
|
2023-11-10 11:15:56 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2023-11-12 10:54:07 +00:00
|
|
|
- "{{BaseURL}}/autodiscover/autodiscover.json?Protocol=ActiveSync&Email={{rand_text_alpha(6)}}%40oast.pro&RedirectCount=1"
|
2023-11-10 11:15:56 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "/autodiscover/autodiscover.json?Email="
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 302
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?i)Email=([A-Za-z0-9@%.-]+)'
|
2023-11-16 12:05:59 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022047f3fcaeec7ba32081ea40264abacc7be7ca55431bed8b2e842c20c6cd5ff0b0022100ddc679fb703c5fee168620fa4656045fe6a6bf3cbffb3b0af3475246e58ef9d8:922c64590222798bb761d5b6d8e72950
|