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

22 lines
453 B
YAML
Raw Normal View History

id: sap-web-dispatcher-detection
info:
name: SAP Web Dispatcher detection
author: randomstr1ng
description: Detection of SAP Web Dispatcher service
severity: info
tags: sap,webserver,proxy
requests:
- method: GET
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"