Skip to content

SAP Web Dispatcher detection

ID: sap-web-dispatcher-detection

Severity: info

Author: randomstr1ng

Tags: sap,webserver,proxy,tech

Detection of SAP Web Dispatcher service

id: sap-web-dispatcher-detection
info:
name: SAP Web Dispatcher detection
author: randomstr1ng
severity: info
description: Detection of SAP Web Dispatcher service
metadata:
max-request: 1
tags: sap,webserver,proxy,tech
http:
- method: GET
host-redirects: true
max-redirects: 2
path:
- "{{BaseURL}}/inormalydonotexist"
matchers:
- type: word
part: body
words:
- "This error page was generated by SAP Web Dispatcher"
# digest: 490a00463044022041d44896bb3f1b388a63fdc4aa2677563a3559aaf6c4adc1075f1d154ab7e8c80220170c795e0f9564a5d9e8f7499ddb765f8ca9d46925ee1067977f170af5eea804:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/sap/sap-web-dispatcher.yaml"

View on Github