nuclei-templates/technologies/sap-web-dispatcher-admin-po...

38 lines
812 B
YAML
Raw Normal View History

id: sap-web-dispatcher-admin-portal
info:
name: SAP Web Dispatcher admin portal detection
author: randomstr1ng
description: Detection of SAP Web Dispatcher Admin Portal
2021-06-16 09:16:55 +00:00
severity: info
tags: sap,webserver,proxy
requests:
- method: GET
redirects: true
2021-06-16 09:16:55 +00:00
max-redirects: 2
path:
- "{{BaseURL}}/sap/wdisp/admin/public/default.html"
2021-06-16 09:16:55 +00:00
matchers-condition: and
matchers:
2021-06-16 09:16:55 +00:00
- type: word
part: header
conditions: or
2021-06-16 09:16:55 +00:00
words:
- "Basic realm=\"WEB ADMIN\""
- "SAP NetWeaver Application Server"
- type: status
conditions: or
status:
- 401
- 200
2021-06-16 09:16:55 +00:00
- type: word
part: body
conditions: or
2021-06-16 09:16:55 +00:00
words:
- "SAP Web Dispatcher"
- "<title>Administration</title>"