22 lines
453 B
YAML
22 lines
453 B
YAML
|
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
|
||
|
max-redirects: 2
|
||
|
|
||
|
path:
|
||
|
- "{{BaseURL}}/inormalydonotexist"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "This error page was generated by SAP Web Dispatcher"
|