33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
id: sap-public-admin
|
|
|
|
info:
|
|
name: SAP ICM Admin Web Interface
|
|
author: t3l3machus
|
|
severity: low
|
|
description: The SAP ICM (Internet Communication Manager) admin monitor interface is often set to public and can be accessed without authentication. The interface discloses version information about the underlying operating system, a brief SAP patch level overview, running services including their corresponding ports and more.
|
|
reference:
|
|
- https://www.saptechnicalguru.com/information-disclosure-sap-web-administration-interface/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"SAP"
|
|
tags: sap,misconfig,admin,dashboard
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/sap/admin/public/index.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Administration</title>"
|
|
- "sap.ui"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022077e5a3e2ce955f632bcdc11b6cf4a85d793265392b76db35bc05b0f379345aad02206ca545433a4f1cbed6a318f726d275f94bf3c0331c4ea63d59298077cd96fe3a:922c64590222798bb761d5b6d8e72950 |