nuclei-templates/misconfiguration/sap/sap-netweaver-info-leak.yaml

30 lines
735 B
YAML

id: sap-netweaver-info-leak
info:
name: SAP NetWeaver ICM Info page leak
author: randomstr1ng
severity: medium
description: Detection of SAP NetWeaver ABAP Webserver /public/info page
reference:
- https://www.acunetix.com/vulnerabilities/web/sap-icf-sap-public-info-sensitive-information-disclosure/
- https://github.com/Jean-Francois-C/SAP-Security-Audit
metadata:
shodan-query: http.favicon.hash:-266008933
tags: sap
requests:
- method: GET
path:
- "{{BaseURL}}/sap/public/info"
matchers:
- type: regex
part: body
regex:
- "RFC_SYSTEM_INFO.Response"
extractors:
- type: regex
part: body
regex:
- "<RFCDEST>.*</RFCDEST>"