nuclei-templates/technologies/microsoft/microsoft-exchange-server-d...

34 lines
907 B
YAML
Raw Normal View History

id: microsoft-exchange-server-detect
info:
name: Microsoft Exchange Server Detect
2021-08-19 20:44:42 +00:00
author: pikpikcu,dhiyaneshDK
severity: info
description: Check for Exchange Server CVEs CVE-2021-26855, CVE-2021-26857, CVE-2021-26858 and CVE-2021-27065, using Outlook Web App path data.
reference:
- https://github.com/GossiTheDog/scanning/blob/main/http-vuln-exchange.nse
2021-08-19 20:44:42 +00:00
tags: microsoft,exchange,tech
requests:
- method: GET
path:
- "{{BaseURL}}/owa/auth/logon.aspx"
2021-08-19 20:44:42 +00:00
matchers-condition: or
matchers:
- type: regex
regex:
2021-03-04 15:01:21 +00:00
- "(X-Owa-Version:|/owa/auth/15.2.*|/owa/auth/15.1.*|/owa/auth/15.0.*|/owa/auth/14.0.*)"
part: response
2021-03-04 15:01:21 +00:00
2021-08-19 20:44:42 +00:00
- type: word
words:
- '<title>Exchange Log In</title>'
- '<title>Microsoft Exchange - Outlook Web Access</title>'
extractors:
- type: kval
kval:
2021-08-19 20:44:42 +00:00
- X_Owa_Version