nuclei-templates/technologies/sap/sap-web-dispatcher.yaml

23 lines
464 B
YAML
Raw Normal View History

id: sap-web-dispatcher-detection
info:
name: SAP Web Dispatcher detection
author: randomstr1ng
severity: info
description: Detection of SAP Web Dispatcher service
2022-11-14 19:45:12 +00:00
tags: sap,webserver,proxy,tech
requests:
- method: GET
host-redirects: true
2021-06-15 20:45:45 +00:00
max-redirects: 2
path:
- "{{BaseURL}}/inormalydonotexist"
2021-06-15 20:45:45 +00:00
matchers:
2021-06-15 20:45:45 +00:00
- type: word
part: body
2021-06-15 20:45:45 +00:00
words:
- "This error page was generated by SAP Web Dispatcher"