2021-06-05 10:27:13 +00:00
|
|
|
id: sap-nw-webgui
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: SAP NetWeaver WebGUI Detection
|
|
|
|
author: randomstr1ng
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
description: Detection of SAP NetWeaver ABAP Webserver WebGUI
|
2022-11-14 19:45:12 +00:00
|
|
|
tags: sap,webserver,tech
|
2021-06-05 10:27:13 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/sap/bc/gui/sap/its/webgui"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-06-05 10:27:13 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "sap-system-login"
|
|
|
|
- "<title>Logon</title>"
|
2021-09-12 17:38:56 +00:00
|
|
|
condition: or
|