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

28 lines
676 B
YAML
Raw Normal View History

2021-06-05 10:27:13 +00:00
id: sap-netweaver-info-leak
info:
name: SAP NetWeaver ICM Info page leak
author: randomstr1ng
description: Detection of SAP NetWeaver ABAP Webserver /public/info page
severity: medium
2021-06-20 11:09:47 +00:00
tags: sap
reference:
- https://www.acunetix.com/vulnerabilities/web/sap-icf-sap-public-info-sensitive-information-disclosure/
- https://github.com/Jean-Francois-C/SAP-Security-Audit
2021-06-05 10:27:13 +00:00
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>"