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

42 lines
894 B
YAML
Raw Normal View History

id: sap-web-dispatcher-admin-portal
info:
name: SAP Web Dispatcher admin portal detection
author: randomstr1ng
2021-06-16 09:16:55 +00:00
severity: info
description: Detection of SAP Web Dispatcher Admin Portal
metadata:
max-request: 1
shodan-query: http.favicon.hash:-266008933
2022-11-14 19:45:12 +00:00
tags: sap,webserver,proxy,tech
http:
- method: GET
host-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
condition: or
2021-06-16 09:16:55 +00:00
words:
- "Basic realm=\"WEB ADMIN\""
- "SAP NetWeaver Application Server"
- type: status
condition: or
status:
- 401
- 200
2021-06-16 09:16:55 +00:00
- type: word
part: body
condition: or
2021-06-16 09:16:55 +00:00
words:
- "SAP Web Dispatcher"
- "<title>Administration</title>"