microsoft-exchange-panel: Microsoft Exchange Control Panel

2025-08-01 Microsoft Exchange Control Panel PoC Public

Description

Publicly accessible Microsoft Exchange Server Control Panel

fofa: app="Microsoft-Exchange"

PoC

id: microsoft-exchange-panel

info:
  name: Microsoft Exchange Control Panel
  author: r3dg33k
  severity: info
  verified: true
  description: |-
    Publicly accessible Microsoft Exchange Server Control Panel
    fofa: app="Microsoft-Exchange"
  reference:
    - https://docs.microsoft.com/en-us/answers/questions/58814/block-microsoft-exchange-server-2016-exchange-admi.html
  tags: panel,exchange,detect
  created: 2024/01/05

set:
  hostUrl: request.url
rules:
  r0:
    request:
      method: GET
      path: /owa/auth/logon.aspx?replaceCurrent=1&url={{hostUrl}}/ecp
    expression: response.status == 200 && response.body.bcontains(b'Exchange Admin Center')
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities