23 lines
454 B
YAML
23 lines
454 B
YAML
id: sap-web-dispatcher-detection
|
|
|
|
info:
|
|
name: SAP Web Dispatcher detection
|
|
author: randomstr1ng
|
|
severity: info
|
|
description: Detection of SAP Web Dispatcher service
|
|
tags: sap,webserver,proxy
|
|
|
|
requests:
|
|
- method: GET
|
|
redirects: true
|
|
max-redirects: 2
|
|
|
|
path:
|
|
- "{{BaseURL}}/inormalydonotexist"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "This error page was generated by SAP Web Dispatcher"
|