nuclei-templates/technologies/sap/sap-netweaver-detect.yaml

31 lines
581 B
YAML

id: sap-netweaver-detect
info:
name: SAP NetWeaver ICM Detection
author: randomstr1ng
severity: info
description: Detection of SAP NetWeaver ABAP Webserver (ICM/ICF)
tags: sap,webserver
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers:
- type: regex
part: header
regex:
- "sap-server:"
- "Sap-Server:"
- "SAP NetWeaver Application Server"
condition: or
extractors:
- type: kval
part: header
kval:
- "server"