2021-06-15 11:25:51 +00:00
|
|
|
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
|
|
|
|
|
2021-06-15 11:25:51 +00:00
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/inormalydonotexist"
|
2021-06-15 20:45:45 +00:00
|
|
|
|
2021-06-15 11:25:51 +00:00
|
|
|
matchers:
|
2021-06-15 20:45:45 +00:00
|
|
|
- type: word
|
2021-06-15 11:25:51 +00:00
|
|
|
part: body
|
2021-06-15 20:45:45 +00:00
|
|
|
words:
|
|
|
|
- "This error page was generated by SAP Web Dispatcher"
|