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

33 lines
646 B
YAML
Raw Normal View History

2021-06-05 10:27:13 +00:00
id: sap-netweaver-detect
2020-05-25 10:37:40 +00:00
info:
name: SAP NetWeaver ICM Detection
author: randomstr1ng
2020-08-03 21:52:00 +00:00
severity: info
description: Detection of SAP NetWeaver ABAP Webserver (ICM/ICF)
2022-07-21 18:26:49 +00:00
metadata:
shodan-query: http.favicon.hash:-266008933
2022-11-14 19:45:12 +00:00
tags: sap,webserver,tech
http:
2020-05-25 10:37:40 +00:00
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
2020-05-25 10:37:40 +00:00
matchers:
2021-06-09 08:34:53 +00:00
- type: regex
part: header
regex:
- "sap-server:"
- "Sap-Server:"
- "SAP NetWeaver Application Server"
condition: or
extractors:
- type: kval
part: header
kval:
2021-06-09 08:34:27 +00:00
- "server"